aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-11udf: disallow RW mount without valid integrity descriptorSteve Magnani1-0/+11
2019-02-11udf: finalize integrity descriptor before writebackSteve Magnani1-2/+11
2019-02-11udf: factor out LVID finalization for reuseSteve Magnani1-16/+14
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman56-258/+613
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar43-205/+496
2019-02-11ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o1-0/+1
2019-02-11ext4: add mask of ext4 flags to swapyangerkun2-1/+8
2019-02-11ext4: update quota information while swapping boot loader inodeyangerkun1-13/+43
2019-02-11ext4: cleanup pagecache before swap i_datayangerkun1-4/+12
2019-02-11ext4: fix check of inode in swap_inode_boot_loaderyangerkun1-9/+13
2019-02-10ext4: unlock unused_pages timely when doing writebackXiaoguang Wang1-4/+5
2019-02-10ext4: cleanup clean_bdev_aliases() callszhangyi (F)3-21/+2
2019-02-10jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)1-4/+38
2019-02-10jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)1-5/+12
2019-02-10ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2-5/+4
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner1-3/+26
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner4-14/+14
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+11
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-110/+302
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+24
2019-02-08Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+27
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal4-4/+9
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek1-1/+0
2019-02-07Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-1/+1
2019-02-07fanotify: report FAN_ONDIR to listener with FAN_REPORT_FIDAmir Goldstein1-3/+31
2019-02-07fanotify: add support for create/attrib/move/delete eventsAmir Goldstein2-1/+20
2019-02-07fanotify: support events with data type FSNOTIFY_EVENT_INODEAmir Goldstein3-22/+46
2019-02-07fanotify: check FS_ISDIR flag instead of d_is_dir()Amir Goldstein1-1/+1
2019-02-07fsnotify: report FS_ISDIR flag with MOVE_SELF and DELETE_SELF eventsAmir Goldstein1-0/+9
2019-02-07fanotify: use vfs_get_fsid() helper instead of vfs_statfs()Amir Goldstein1-15/+10
2019-02-07vfs: add vfs_get_fsid() helperAmir Goldstein1-0/+14
2019-02-07fanotify: cache fsid in fsnotify_mark_connectorAmir Goldstein4-53/+115
2019-02-07fanotify: enable FAN_REPORT_FID init flagAmir Goldstein1-1/+60
2019-02-07fanotify: copy event fid info to userAmir Goldstein2-5/+82
2019-02-07fanotify: encode file identifier for FAN_REPORT_FIDAmir Goldstein3-13/+155
2019-02-07fanotify: open code fill_event_metadata()Amir Goldstein1-44/+27
2019-02-07Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-3/+5
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann4-14/+14
2019-02-06nfsd: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Trond Myklebust1-2/+4
2019-02-06fs: ratelimit __find_get_block_slow() failure message.Tetsuo Handa1-9/+10
2019-02-06XArray: Change xa_insert to return -EBUSYMatthew Wilcox1-1/+1
2019-02-06aio: initialize kiocb private in case any filesystems expect it.Mike Marshall1-0/+1
2019-02-06fanotify: rename struct fanotify_{,perm_}event_infoAmir Goldstein3-26/+26
2019-02-06fsnotify: move mask out of struct fsnotify_eventAmir Goldstein7-36/+23
2019-02-06fsnotify: send all event types to super block marksAmir Goldstein1-8/+7
2019-02-05scsi: fs: remove exofsChristoph Hellwig17-6409/+0
2019-02-04ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar1-0/+1
2019-02-04f2fs: run discard jobs when put_superJaegeuk Kim4-3/+20