summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-09-07sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov1-1/+7
2016-09-07btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney3-11/+22
2016-09-07btrfs: properly track when rescan worker is runningJeff Mahoney3-1/+10
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney4-6/+13
2016-09-07fs/seq_file: fix out-of-bounds readVegard Nossum1-1/+3
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-08-20pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust1-19/+15
2016-08-20pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust1-2/+11
2016-08-20pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust1-10/+11
2016-08-20pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2-9/+15
2016-08-20nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton1-5/+20
2016-08-20nfsd: Fix race between FREE_STATEID and LOCKChuck Lever1-12/+28
2016-08-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-08-20Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason1-7/+5
2016-08-20cachefiles: Fix race between inactivating and culling a cache objectDavid Howells1-2/+3
2016-08-20CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky1-1/+29
2016-08-20cifs: fix crash due to race in hmac(md5) handlingRabin Vincent1-6/+10
2016-08-20cifs: unbreak TCP session reuseRabin Vincent1-1/+3
2016-08-20cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-08-20fs/cifs: make share unaccessible at root level mountableAurelien Aptel5-5/+104
2016-08-20jbd2: make journal y2038 safeArnd Bergmann1-1/+1
2016-08-20ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-08-20xfs: bufferhead chains are invalid after end_page_writebackDave Chinner1-3/+12
2016-08-16ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-08-16ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-16ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2-0/+10
2016-08-16ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-16ext4: fix deadlock during page writebackJan Kara1-3/+26
2016-08-16ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-16fs/dcache.c: avoid soft-lockup in dput()Wei Fang1-2/+5
2016-08-16fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-08-16fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-08-16fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-08-16radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov1-1/+1
2016-08-16vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi1-3/+3
2016-08-16vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer1-0/+1
2016-08-16ext4: verify extent header depthVegard Nossum1-0/+4
2016-07-23Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-32/+29
2016-07-22ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov1-30/+24
2016-07-16xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+6
2016-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-10/+32
2016-07-08Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-20/+23
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-07-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-07Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-2/+0
2016-07-05nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro1-3/+25
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro7-7/+7
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2-2/+2
2016-07-04ovl: handle ATTR_KILL*Miklos Szeredi1-0/+3