aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner25-101/+25
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner9-27/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2-26/+1
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein2-3/+15
2019-06-19quota: fix a problem about transfer quotayangerkun1-2/+2
2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein1-15/+27
2019-06-19locks: Add trace_leases_conflictIra Weiny1-5/+15
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing1-1/+1
2019-06-19ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing1-2/+2
2019-06-19ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer1-19/+3
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-16/+21
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier3-8/+8
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller121-1056/+288
2019-06-17fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-17vfs: fsmount: add missing mntget()Eric Biggers1-0/+1
2019-06-17cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg1-0/+2
2019-06-17SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2-7/+16
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana2-5/+3
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar131-1257/+686
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar134-1284/+708
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write()Nikolay Borisov1-1/+1
2019-06-15blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arbitrationTejun Heo1-1/+7
2019-06-14Merge tag 'gfs2-v5.2.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+4
2019-06-14Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2019-06-14gfs2: Fix rounding error in gfs2_iomap_page_prepareAndreas Gruenbacher1-1/+4
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-06-13fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang1-0/+12
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg3-2/+12
2019-06-13cifs: fix panic in smb2_reconnectRonnie Sahlberg1-1/+9
2019-06-13f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-13dlm: Replace default_attrs in dlm_ktype with default_groupsKimberly Brown1-1/+2
2019-06-13ext4: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-13gfs2: replace ktype default_attrs with default_groupsKimberly Brown1-1/+2
2019-06-13io_uring: fix memory leak of UNIX domain socket inodeEric Biggers1-1/+3
2019-06-12xfs: remove unused flag argumentsEric Sandeen10-48/+35
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig3-16/+0
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig2-30/+6
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen7-22/+11
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen1-0/+14
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong2-9/+4
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong5-15/+28
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong4-144/+101
2019-06-12xfs: separate inode geometryDarrick J. Wong18-161/+208
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana1-11/+13
2019-06-12ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu1-1/+1