summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-10ext4: test the correct variable in ext4_init_pageio()Dan Carpenter1-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui3-3/+3
2011-01-10ext4: clean up ext4_xattr_list()'s error code checking and return strategyTheodore Ts'o1-13/+13
2011-01-10ext4: remove warning message from ext4_issue_discard helperLukas Czerner1-12/+10
2011-01-10ext4: fix possible overflow in ext4_trim_fs()Lukas Czerner1-0/+6
2011-01-10headers: kobject.h reduxAlexey Dobriyan4-1/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds18-147/+336
2011-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-513/+417
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-13/+50
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-76/+256
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap1-4/+4
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi7-30/+19
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi4-17/+12
2011-01-10nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi2-11/+3
2011-01-10nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi1-14/+12
2011-01-10nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2-4/+0
2011-01-10nilfs2: fix a checkpatch error in page.cRyusuke Konishi1-1/+1
2011-01-10nilfs2: fiemap supportRyusuke Konishi6-0/+222
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2-0/+3
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi5-63/+48
2011-01-10fs/nilfs2/super.c: Use printf extension %pVJoe Perches1-7/+16
2011-01-09cifs: use CreationTime like an i_generation fieldJeff Layton4-0/+11
2011-01-09cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2-8/+4
2011-01-09cifs: show "acl" in DebugData Features when it's compiled inJeff Layton1-12/+10
2011-01-09cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton3-68/+55
2011-01-09cifs: replace some hardcoded values with preprocessor constantsJeff Layton1-18/+19
2011-01-09cifs: remove unnecessary locking around sequence_numberJeff Layton2-5/+3
2011-01-09[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French1-7/+0
2011-01-09Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French193-1993/+4447
2011-01-07ocfs2: Remove unused truncate function from alloc.cTao Ma2-78/+0
2011-01-07ocfs2/cluster: dereferencing before checking in nst_seq_show()Dan Carpenter1-23/+24
2011-01-07ocfs2: fix build for OCFS2_FS_STATS not enabledRandy Dunlap1-0/+2
2011-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds17-400/+701
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-19/+18
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-6/+12
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-0/+116
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds161-1416/+3454
2011-01-07fs: scale mntget/mntputNick Piggin8-58/+245
2011-01-07fs: rename vfsmount counter helpersNick Piggin1-11/+11
2011-01-07fs: implement faster dentry memcmpNick Piggin1-9/+3
2011-01-07fs: prefetch inode data in dcache lookupNick Piggin1-0/+3
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin3-2/+14
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin8-59/+67
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin2-51/+85
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin2-12/+12
2011-01-07ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin3-6/+15
2011-01-07fs: provide simple rcu-walk generic_check_acl implementationNick Piggin1-10/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin50-130/+215