summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-11-302-0/+6
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* isofs: fix timestamps beyond 2027Arnd Bergmann2017-11-303-3/+3
* eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-301-3/+4
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-301-2/+4
* autofs: don't fail mount for transient errorNeilBrown2017-11-301-1/+14
* coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-241-2/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* Revert "ceph: unlock dangling spinlock in try_flush_caps()"Greg Kroah-Hartman2017-11-181-4/+1
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-11-022-9/+25
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lockEric Ren2017-10-213-3/+121
* Btrfs: send, fix failure to rename top level inode due to name collisionRobbie Ko2017-10-211-1/+4
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-10-212-8/+13
* direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-181-1/+2
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-10-184-0/+31
* ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-10-181-2/+2
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-10-121-1/+1
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-10-121-0/+9
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-10-121-7/+15
* ext4: fix data corruption for mmap writesJan Kara2017-10-121-5/+19
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2017-10-121-3/+3
* ext4: only call ext4_truncate when size <= isizeJosef Bacik2017-10-121-21/+19
* lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler2017-10-121-1/+1
* xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-10-083-24/+2
* btrfs: prevent to set invalid default subvolidsatoru takeuchi2017-10-051-0/+4
* vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2017-10-051-2/+2
* SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsSteve French2017-10-051-0/+7
* SMB: Validate negotiate (to protect against downgrade) even if signing offSteve French2017-10-051-5/+12
* cifs: release auth_key.response for reconnect.Shu Wang2017-10-051-0/+8
* cifs: release cifs root_cred after exit_cifsShu Wang2017-10-051-1/+1
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-09-271-1/+1
* xfs: XFS_IS_REALTIME_INODE() should be false if no rt device presentRichard Wareing2017-09-131-1/+8
* btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-09-131-0/+2
* dlm: avoid double-free on error path in dlm_device_{register,unregister}Edwin Török2017-09-131-0/+4
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-071-13/+24
* CIFS: remove endian related sparse warningSteve French2017-09-071-1/+1
* CIFS: Fix maximum SMB2 header sizePavel Shilovsky2017-09-071-2/+2
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-301-4/+2
* cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-301-6/+12