summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-23jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-04-23jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-04-23jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-04-23jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-04-23ext4: fix premature freeing of partial clusters split across leaf blocksEric Whitney1-3/+8
2014-04-23ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-23ext4: fix error return from ext4_ext_handle_uninitialized_extents()Eric Whitney1-2/+6
2014-04-23Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-04-23Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-23xfs: fix directory hash ordering bugMark Tinguely1-1/+1
2014-04-23bdi: avoid oops on device removalJan Kara1-5/+18
2014-04-23backing_dev: fix hung task on syncDerek Basehore1-4/+4
2014-04-03mm: close PageTail raceDavid Rientjes1-1/+1
2014-04-03switch mnt_hash to hlistAl Viro4-50/+61
2014-04-03don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-04-03keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-04-03resizable namespace.c hashesAl Viro2-24/+59
2014-04-03make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-04-03rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-31fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones1-0/+1
2014-03-31NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust3-10/+12
2014-03-24bio-integrity: Fix bio_integrity_verify segment start bugNicholas Bellinger1-1/+1
2014-03-24Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-03-24Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-03-24Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2014-03-24Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana1-1/+1
2014-03-24fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-24NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-24NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-24NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-03-24ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-24ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-07quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-03-07Revert "writeback: do not sync data dirtied after sync start"Jan Kara3-32/+18
2014-03-07fs: fix iversion handlingChristoph Hellwig3-7/+10
2014-03-07NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-03-07NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+19
2014-03-07CIFS: Fix too big maxBuf size for SMB3 mountsPavel Shilovsky3-11/+10
2014-03-07cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-03-07jbd2: fix use after free in jbd2_journal_start_reserved()Dan Carpenter1-2/+4
2014-03-07ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-03-07ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-03-07ext4: fix online resize with very large inode tablesTheodore Ts'o1-12/+20
2014-03-07ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-03-07ext4: fix error paths in swap_inode_boot_loader()Zheng Liu1-1/+2
2014-03-07ext4: fix xfstest generic/299 block validity failuresEric Whitney1-0/+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
2014-02-23retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French4-8/+43