summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-18ext4: Speedup WB_SYNC_ALL pass called from sync(2)Jan Kara1-2/+11
2014-04-18NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-3/+12
2014-04-18nfs: initialize the ACL support bits to zero.Malahal Naineni1-1/+1
2014-04-03mm: close PageTail raceDavid Rientjes1-1/+1
2014-04-03make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-04-03FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2-0/+8
2014-04-03dlm: set zero linger time on sctp socketDongmao Zhang1-0/+8
2014-04-03NFSv4.1 free slot before resending I/O to MDSAndy Adamson3-3/+11
2014-04-03nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton3-3/+13
2014-04-03NFS: Fix races in nfs_revalidate_mappingTrond Myklebust1-14/+14
2014-04-03NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton4-6/+46
2014-04-03pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson1-4/+4
2014-04-03nfs: increment i_dio_count for reads, tooChristoph Hellwig1-3/+6
2014-04-03nfs: defer inode_dio_done call until size update is doneChristoph Hellwig1-17/+15
2014-04-03nfs: fix size updates for aio writesChristoph Hellwig1-5/+16
2014-04-03nfs: fix dead code of ipv6_addr_scopeAlexander Aring1-1/+1
2014-04-03NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust1-1/+8
2014-04-03nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields1-1/+7
2014-03-31fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones1-0/+1
2014-03-26NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-03-24bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger1-1/+1
2014-03-23fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-23NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-23NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-23ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-23ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-14Fix mountpoint reference leakage in linkatOleg Drokin1-0/+1
2014-03-12epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-03-12epoll: do not take global 'epmutex' for simple topologiesJason Baron1-26/+69
2014-03-12epoll: optimize EPOLL_CTL_DEL using rcuJason Baron1-24/+32
2014-03-05quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-03-05fs: fix iversion handlingChristoph Hellwig3-7/+10
2014-03-05NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-03-05CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-11/+10
2014-03-05cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-03-05jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2014-03-05ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-03-05ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-03-05ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2014-03-05ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-03-05ext4: fix error paths in swap_inode_boot_loader()Zheng Liu1-1/+2
2014-03-05ext4: fix xfstest generic/299 block validity failuresEric Whitney1-0/+1
2014-03-05bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger1-1/+1
2014-03-03NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+22
2014-03-01Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-03-01Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2014-03-01Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana1-1/+1
2014-02-23block: Fix nr_vecs for inline integrity vectorsMartin K. Petersen1-1/+9
2014-02-23lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8