summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-08-21UBIFS: fix crash on error pathArtem Bityutskiy
2012-08-21UBIFS: remove stale commentaryArtem Bityutskiy
2012-08-20NFSD: Swap the struct nfs4_operation getter and setterBryan Schumaker
2012-08-20nfsd: do_nfsd_create verf argument is a u32J. Bruce Fields
2012-08-20nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields
2012-08-20nfsd: trivial comment updatesJeff Layton
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton
2012-08-20nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-20vfs: missed source of ->f_pos racesAl Viro
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil
2012-08-20NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-08-20NFSv4: Ensure that nfs4_alloc_client cleans up on error.Trond Myklebust
2012-08-19CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky
2012-08-19cifs: print error code if smb signature verification failsSteve French
2012-08-19CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky
2012-08-19CIFS: Protect i_nlink from being negativeSteve French
2012-08-19ext4: remove duplicated declarations in inode.cZheng Liu
2012-08-18ext4: fix trivial typo in commentWang Sheng-Hui
2012-08-18ext4: no need to add inode to orphan list during hole punchAshish Sangwan
2012-08-18jbd2: don't write superblock when if its emptyEric Sandeen
2012-08-18ext4: replace plain integer with NULL in super.cSachin Kamat
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-17ext4: drop lock_super()/unlock_super()Theodore Ts'o
2012-08-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-08-17ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o
2012-08-17ext4: remove unused function argument 'order' in mb_find_extent()Robin Dong
2012-08-17ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong
2012-08-17ext4: check return value of blkdev_issue_flush()Theodore Ts'o
2012-08-17autofs4 - fix expire checkIan Kent
2012-08-17jbd2: check return value of blkdev_issue_flush()Theodore Ts'o
2012-08-17ext4: make the zero-out chunk size tunableZheng Liu
2012-08-17ext4: add max_dir_size_kb mount optionTheodore Ts'o
2012-08-17ext4: don't load the block bitmap for block groups which have no spaceTheodore Ts'o
2012-08-17ext4: collapse a single extent tree block into the inode if possibleTheodore Ts'o
2012-08-17ext4: fix kernel BUG on large-scale rm -rf commandsTheodore Ts'o
2012-08-17ext4: fix long mount times on very big file systemsTheodore Ts'o
2012-08-17ext4: don't call ext4_error while block group is lockedTheodore Ts'o
2012-08-16xfs: check for possible overflow in xfs_ioc_trimTomas Racek
2012-08-16xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig
2012-08-16NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker
2012-08-16NFS: Clear key construction data if the idmap upcall failsBryan Schumaker
2012-08-16NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust
2012-08-16NFSv4: Fix the acl cache size calculationTrond Myklebust
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust
2012-08-16NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-08-16NFS: Fix a regression when loading the NFS v4 modulebjschuma@gmail.com
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds