summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-04-21CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky1-2/+3
2011-04-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+3
2011-04-21vfs: Pass setxattr(2) flags properlyJan Kara1-1/+1
2011-04-21UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-21Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+10
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-04-20Btrfs: do some plugging in the submit_bio threadsChris Mason1-0/+10
2011-04-20nfsd4: Fix filp leakOGAWA Hirofumi1-1/+1
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds9-34/+111
2011-04-19NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception()Bryan Schumaker1-5/+23
2011-04-19NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-2/+2
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18nfsd4: fix struct file leak on delegationJ. Bruce Fields1-0/+1
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson6-21/+55
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2-2/+7
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski1-10/+48
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson1-1/+1
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1
2011-04-16Btrfs: avoid taking the chunk_mutex in do_chunk_allocJosef Bacik2-6/+28
2011-04-16Btrfs end_bio_extent_readpage should look for locked bitsChris Mason1-1/+1
2011-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds5-40/+62
2011-04-16NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust1-2/+2
2011-04-16vfs: Fix absolute RCU path walk failures due to uninitialized seq numberTim Chen1-0/+1
2011-04-16fs/9p: Fix error reported by coccicheckAneesh Kumar K.V1-1/+1
2011-04-169p: revert tsyncfs related changesAneesh Kumar K.V3-38/+11
2011-04-16fs/9p: Use write_inode for data sync on serverAneesh Kumar K.V1-0/+47
2011-04-16fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3
2011-04-16Btrfs: don't force chunk allocation in find_free_extentChris Mason1-22/+73
2011-04-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-58/+97
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds1-1/+1
2011-04-15ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2011-04-15fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney1-0/+1
2011-04-15brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+5
2011-04-15fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-04-13NFS: Use correct variable for page bounds checkingBryan Schumaker1-4/+7
2011-04-13NFS: don't negotiate when user specifies sec flavorBryan Schumaker2-1/+3
2011-04-13NFS: Attempt mount with default sec flavor firstBryan Schumaker1-8/+16
2011-04-13NFS: flav_array honors NFS_MAX_SECFLAVORSBryan Schumaker1-1/+1
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-2/+3
2011-04-13Don't mark_inode_dirty_sync() while holding lockWeston Andros Adamson1-1/+7
2011-04-13UBIFS: fix compilation warnings when compiling with gcc 4.5Maksim Rayskiy1-58/+94
2011-04-13UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-13Btrfs: Check validity before setting an aclMiao Xie1-4/+5
2011-04-13Btrfs: Fix incorrect inode nlink in btrfs_link()Miao Xie1-3/+3
2011-04-13Btrfs: Check if btrfs_next_leaf() returns error in btrfs_real_readdir()Li Zefan1-18/+10