summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
* xfs: Fix x32 ioctls when cmd numbers differ from ia32.Nick Bowler2018-12-181-3/+15
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2018-12-181-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2018-12-181-0/+6
* xfs: require both realtime inodes to mountDarrick J. Wong2018-12-131-3/+1
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-123-4/+34
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-125-8/+11
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-127-43/+34
* xfs: add a block to inode count converterDarrick J. Wong2018-12-128-17/+18
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-1217-116/+84
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-1218-261/+266
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-127-45/+43
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-128-53/+23
* xfs: zero length symlinks are not validDave Chinner2018-12-122-20/+27
* xfs: clean up indentation issues, remove an unwanted spaceColin Ian King2018-12-121-1/+1
* xfs: libxfs: move xfs_perag_put latePan Bian2018-12-121-1/+1
* xfs: split up the xfs_reflink_end_cow work into smaller transactionsDarrick J. Wong2018-12-121-94/+138
* Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-12-093-27/+8
|\
| * CIFS: Avoid returning EBUSY to upper layer VFSLong Li2018-12-071-25/+6
| * cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-061-1/+1
| * cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-061-1/+1
* | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-091-17/+38
|\ \
| * | dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-13/+8
| * | dax: Don't access a freed inodeMatthew Wilcox2018-11-281-3/+29
| * | dax: Check page->mapping isn't NULLMatthew Wilcox2018-11-281-1/+1
* | | Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-086-15/+11
|\ \ \
| * | | iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2018-12-041-9/+0
| * | | splice: don't read more than available pipe spaceDarrick J. Wong2018-12-041-1/+6
| * | | vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong2018-12-041-1/+1
| * | | xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
| * | | xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2018-12-041-2/+2
| * | | fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2018-11-261-1/+1
* | | | Merge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-12-062-3/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-021-1/+8
| * | | flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-021-2/+4
* | | | Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-051-5/+3
|\ \ \ \
| * | | | btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo2018-12-041-5/+3
* | | | | Revert "exec: make de_thread() freezable"Rafael J. Wysocki2018-12-041-3/+2
| |/ / / |/| | |
* | | | Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-011-2/+2
|\ \ \ \
| * | | | fs: fix lost error code in dio_completeMaximilian Heyne2018-11-301-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-305-24/+46
|\ \ \ \ \
| * | | | | ocfs2: fix potential use after freePan Bian2018-11-301-1/+1
| * | | | | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-11-301-0/+15
| * | | | | hfsplus: do not free node before usingPan Bian2018-11-301-1/+2
| * | | | | hfs: do not free node before usingPan Bian2018-11-301-1/+2
| * | | | | ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-11-301-21/+26
* | | | | | Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-304-7/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-11-301-3/+0
| * | | | | cachefiles: avoid deprecated get_seconds()Arnd Bergmann2018-11-301-1/+1