summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-09-241-3/+4
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-241-0/+1
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-241-6/+1
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-241-2/+10
* pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust2016-09-241-0/+3
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-09-241-23/+17
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-241-0/+1
* pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-09-241-0/+1
* kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-09-241-7/+21
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-241-0/+6
* fscrypto: add authorization check for setting encryption policyEric Biggers2016-09-242-0/+6
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2016-09-241-19/+28
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-09-151-1/+1
* ovl: fix workdir creationMiklos Szeredi2016-09-151-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-153-1/+4
* xfs: fix superblock inprogress checkDave Chinner2016-09-151-1/+2
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-09-154-36/+42
* ext4: avoid deadlock when expanding inode sizeJan Kara2016-09-152-8/+13
* ext4: properly align shifted xattrs when expanding inodesJan Kara2016-09-151-1/+1
* ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-09-151-2/+3
* ext4: fix xattr shifting when expanding inodesJan Kara2016-09-151-13/+14
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-151-1/+17
* fs: Check for invalid i_uid in may_follow_link()Seth Forshee2016-09-151-1/+3
* btrfs: Continue write in case of can_not_nocowZhao Lei2016-09-151-20/+17
* ecryptfs: fix handling of directory openingAl Viro2016-09-151-16/+55
* proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner2016-09-152-72/+43
* sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-09-071-1/+7
* btrfs: properly track when rescan worker is runningJeff Mahoney2016-09-073-1/+10
* btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-09-074-6/+13
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-09-071-1/+3
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-201-6/+0
* nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton2016-08-201-5/+20
* nfsd: Fix race between FREE_STATEID and LOCKChuck Lever2016-08-201-12/+28
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-201-1/+4
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-08-201-1/+29
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-08-201-6/+10
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-201-3/+21
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-08-205-5/+104
* jbd2: make journal y2038 safeArnd Bergmann2016-08-201-1/+1
* ovl: disallow overlayfs as upperdirMiklos Szeredi2016-08-201-1/+2
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-08-161-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-161-0/+10
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-162-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-161-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-161-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-08-161-2/+6
* fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-08-161-2/+5
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-161-1/+1