summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* udf: Avoid overflow when session starts at large offsetJan Kara2017-12-201-1/+1
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-12-201-1/+3
* btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-12-201-0/+14
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* afs: Fix afs_kill_pages()David Howells2017-12-201-3/+7
* afs: Fix page leak in afs_write_begin()David Howells2017-12-201-2/+5
* afs: Populate and use client modification timeMarc Dionne2017-12-202-10/+10
* afs: Fix the maths in afs_fs_store_data()David Howells2017-12-201-1/+1
* afs: Flush outstanding writes when an fd is closedDavid Howells2017-12-203-0/+16
* afs: Adjust mode bits processingMarc Dionne2017-12-201-1/+6
* afs: Populate group ID from vnode statusMarc Dionne2017-12-201-1/+1
* afs: Fix missing put_page()David Howells2017-12-201-0/+1
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* autofs: fix careless error in recent commitNeilBrown2017-12-201-1/+0
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-161-0/+3
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-161-1/+1
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+2
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2017-11-301-3/+1
* 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