summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-14lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-10-30xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-10-30ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-30fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-30Fixing lease renewalOlga Kornievskaia1-0/+1
2014-10-30Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana1-1/+3
2014-10-30fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-10-30Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-30Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-30Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-10-30Btrfs: fix up bounds checking in lseekLiu Bo1-10/+15
2014-10-30Btrfs: add missing compression property remove in btrfs_ioctl_setflagsFilipe Manana1-0/+3
2014-10-30btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-10-09mm: per-thread vma cachingDavidlohr Bueso2-2/+6
2014-10-09hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2014-10-09CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-10-09Fix problem recognizing symlinksSteve French2-1/+3
2014-10-09udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-10-05aio: block exit_aio() until all context requests are completedGu Zheng1-1/+7
2014-10-05Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-10-05GFS2: fix d_splice_alias() misusesAl Viro1-2/+3
2014-10-05don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-10-05ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-10-05nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-10-05fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-10-05fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-10-05eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss1-1/+2
2014-10-05lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-10-05SMB3: Fix oops when creating symlinks on smb3Steve French1-2/+6
2014-10-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-10-05NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-10-05aio: add missing smp_rmb() in read_events_ringJeff Moyer1-0/+6
2014-10-05aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4
2014-09-17CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-09-17vfs: add d_is_dir()Miklos Szeredi1-12/+11
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-09-17CIFS: Fix async reading on reconnectsPavel Shilovsky1-2/+2
2014-09-17CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky1-1/+1
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-17xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-17xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-09-17xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2-2/+9