summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-09-01Btrfs: return -1 when lzo compression makes data biggerStefan Agner
2013-09-01Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-30pstore/ram: (really) fix undefined usage of rounddown_pow_of_twoMaxime Bizon
2013-08-30nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields
2013-08-30nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields
2013-08-30Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields
2013-08-30Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields
2013-08-30Fix wrong flag ASSERT in xfs_attr_shortform_getvalueEric Sandeen
2013-08-30xfs: finish removing IOP_* macros.Dave Chinner
2013-08-30xfs: inode log reservations are too smallDave Chinner
2013-08-30xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster
2013-08-30xfs: inode buffers may not be valid during recovery readaheadDave Chinner
2013-08-30xfs: check LSN ordering for v5 superblocks during recoveryDave Chinner
2013-08-30xfs: btree block LSN escaping to disk uninitialisedDave Chinner
2013-08-30aio: fix rcu sparse warnings introduced by ioctx table lookup patchBenjamin LaHaise
2013-08-30XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...Dave Chinner
2013-08-30aio: remove unnecessary debugging from aio_free_ring()Benjamin LaHaise
2013-08-30NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregisterTrond Myklebust
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust
2013-08-30NFS: Fix up two use-after-free issues with the new tracing codeTrond Myklebust
2013-08-29xfs: fix bad dquot buffer size in log recovery readaheadDave Chinner
2013-08-29xfs: don't account buffer cancellation during log recovery readaheadDave Chinner
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long
2013-08-29Squashfs: sanity check information from diskDan Carpenter
2013-08-28ext4: allow specifying external journal by pathname mount optionEric Sandeen
2013-08-28ext4: mark group corrupt on group descriptor checksumDarrick J. Wong
2013-08-28ext4: mark block group as corrupt on inode bitmap errorDarrick J. Wong
2013-08-28ext4: mark block group as corrupt on block bitmap errorDarrick J. Wong
2013-08-28ext4: fix type declaration of ext4_validate_block_bitmapDarrick J. Wong
2013-08-28ext4: error out if verifying the block bitmap failsDarrick J. Wong
2013-08-28jbd2: Fix endian mixing problems in the checksumming codeDarrick J. Wong
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov
2013-08-28ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov
2013-08-28ext4: fix use of potentially uninitialized variables in debugging codeAndi Shyti
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Linus Torvalds
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju
2013-08-27GFS2: Merge ordered and writeback writepageSteven Whitehouse
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang
2013-08-27ceph: fix fallocate divisionSage Weil
2013-08-27f2fs: use strncasecmp() simplify the string comparisonGu Zheng
2013-08-27f2fs: fix omitting to update inode pageJaegeuk Kim
2013-08-26Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman