summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-078-105/+168
|\
| * exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-071-1/+1
| * fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-071-6/+1
| * fat: enable .splice_write to support splice on O_DIRECT fileHou Tao2019-03-071-0/+1
| * autofs: clear O_NONBLOCK on the pipeNeilBrown2019-03-071-0/+2
| * fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-03-071-6/+6
| * autofs: add ignore mount optionIan Kent2019-03-072-1/+9
| * fs/binfmt_elf.c: spread const a littleAlexey Dobriyan2019-03-071-5/+3
| * fs/binfmt_elf.c: use list_for_each_entry()Alexey Dobriyan2019-03-071-10/+5
| * fs/binfmt_elf.c: don't be afraid of overflowAlexey Dobriyan2019-03-071-6/+3
| * epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev2019-03-071-36/+122
| * epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev2019-03-071-8/+1
| * epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev2019-03-071-1/+5
| * btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-071-24/+10
| * linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-03-071-2/+0
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-073-4/+6
|\ \
| * | audit: ignore fcaps on umountRichard Guy Briggs2019-01-302-1/+3
| * | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-3/+3
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-072-9/+56
|\ \ \
| * \ \ Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-2233-170/+438
| |\ \ \
| * | | | procfs: add smack subdir to attrsCasey Schaufler2019-01-082-9/+56
| | |/ / | |/| |
* | | | Merge tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-03-0776-1238/+2132
|\ \ \ \
| * | | | xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-03-011-0/+8
| * | | | xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
| * | | | xfs: fix uninitialized error variablesDarrick J. Wong2019-02-252-2/+2
| * | | | xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong2019-02-251-5/+7
| * | | | xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-253-9/+10
| * | | | xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
| * | | | xfs: introduce an always_cow modeChristoph Hellwig2019-02-2110-32/+116
| * | | | xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-3/+4
| * | | | xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-213-33/+45
| * | | | xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-214-111/+94
| * | | | xfs: also truncate holes covered by COW blocksChristoph Hellwig2019-02-211-15/+16
| * | | | xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-213-13/+29
| * | | | xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig2019-02-213-2/+89
| * | | | xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig2019-02-213-49/+41
| * | | | xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-188-23/+45
| * | | | xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig2019-02-171-2/+16
| * | | | xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig2019-02-171-20/+0
| * | | | xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig2019-02-173-89/+45
| * | | | xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-172-4/+3
| * | | | xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-173-35/+40
| * | | | xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-172-52/+58
| * | | | xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
| * | | | xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26
| * | | | xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig2019-02-171-6/+2
| * | | | xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-175-98/+63
| * | | | xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-142-12/+17
| * | | | xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-142-0/+8
| * | | | xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-144-5/+5