summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-18ext2: trivial fix to comment for ext2_free_blocksWang Sheng-Hui1-1/+1
2012-05-16ext2: remove the redundant comment for ext2_export_opsWang Sheng-Hui1-5/+0
2012-05-16ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen3-48/+129
2012-05-16quota: Get rid of nested I_MUTEX_QUOTA locking subclassJan Kara1-8/+6
2012-05-16quota: Use precomputed value of sb_dqopt in dquot_quota_syncJan Kara1-6/+6
2012-05-16ext2: Remove i_mutex use from ext2_quota_write()Jan Kara1-5/+1
2012-05-16reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
2012-05-16ext4: Remove i_mutex use from ext4_quota_write()Jan Kara1-5/+1
2012-05-16ext3: Remove i_mutex use from ext3_quota_write()Jan Kara1-5/+1
2012-05-16quota: Fix double lock in add_dquot_ref() with CONFIG_QUOTA_DEBUGJan Kara1-4/+4
2012-05-16jbd: Write journal superblock with WRITE_FUA after checkpointingJan Kara3-35/+57
2012-05-16jbd: protect all log tail updates with j_checkpoint_mutexJan Kara2-1/+17
2012-05-16jbd: Split updating of journal superblock and marking journal emptyJan Kara3-69/+99
2012-04-11ext2: do not register write_super within VFSArtem Bityutskiy1-1/+0
2012-04-11ext2: Remove s_dirt handlingJan Kara4-8/+0
2012-04-11ext2: write superblock only once on unmountArtem Bityutskiy1-3/+0
2012-04-11ext3: remove max_debt in find_group_orlov()Akira Fujita1-18/+2
2012-04-11jbd: Refine commit writeout logicJan Kara3-5/+9
2012-04-07Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds1-32/+3
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2012-04-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+4
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-40/+49
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd3-26/+5
2012-04-06libfs: add simple_open()Stephen Boyd1-0/+8
2012-04-06hugetlbfs: remove unregister_filesystem() when initializing moduleHillf Danton1-1/+0
2012-04-06fs/xattr.c:setxattr(): improve handling of allocation failuresAndrew Morton1-4/+17
2012-04-06fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failedAndrew Morton1-4/+13
2012-04-06fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()Dave Jones1-1/+1
2012-04-06proc: fix mount -t proc -o AAAVasiliy Kulikov1-4/+5
2012-04-05Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+32
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2012-04-04Fix UNC parsing on mountSachin Prabhu1-7/+7
2012-04-04Remove unnecessary check for NULL in password parserSachin Prabhu1-2/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2-2/+11
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Steve French1-52/+4
2012-04-01cifs: writing past end of struct in cifs_convert_address()Dan Carpenter1-2/+1
2012-04-01cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton1-12/+12
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-4/+52
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-293/+2074
2012-04-01vfs: fix out-of-date dentry_unhash() commentJ. Bruce Fields1-1/+1
2012-04-01vfs: split __lookup_hashMiklos Szeredi1-64/+44
2012-04-01untangling do_lookup() - take __lookup_hash()-calling case out of line.Al Viro1-15/+16
2012-04-01untangling do_lookup() - switch to calling __lookup_hash()Al Viro1-67/+46
2012-04-01untangling do_lookup() - merge d_alloc_and_lookup() callersAl Viro1-3/+3
2012-04-01untangling do_lookup() - merge failure exits in !dentry caseAl Viro1-15/+8
2012-04-01untangling do_lookup() - massage !dentry case towards __lookup_hash()Al Viro1-25/+20
2012-04-01untangling do_lookup() - get rid of need_reval in !dentry caseAl Viro1-6/+1
2012-04-01untangling do_lookup() - eliminate a loop.Al Viro1-4/+8
2012-04-01untangling do_lookup() - expand the area under ->i_mutexAl Viro1-2/+4
2012-04-01untangling do_lookup() - isolate !dentry stuff from the rest of it.Al Viro1-1/+16