summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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
2012-08-16debugfs: make __create_file staticChris Wright
2012-08-16xfs: kill struct declarations in xfs_mount.hAlex Elder
2012-08-16xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner
2012-08-16vfs: fix propagation of atomic_open create error on negative dentrySage Weil
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky
2012-08-15jbd: don't write superblock when unmounting an ro filesystemJan Kara
2012-08-15fuse: check create mode in atomic openMiklos Szeredi
2012-08-15vfs: pass right create mode to may_o_create()Miklos Szeredi
2012-08-15vfs: atomic_open(): fix create mode usageMiklos Szeredi
2012-08-15vfs: canonicalize create mode in build_open_flags()Miklos Szeredi
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney
2012-08-15quota: Move down dqptr_sem read after initializing default warn[] type at __d...Jeff Liu
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan
2012-08-15udf: fix udf_setsize() for file data in ICBIan Abbott
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-13dlm: cleanup send_to_sock routineYing Xue