summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-140/+521
2011-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds7-872/+877
2011-01-11Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfsLinus Torvalds38-1920/+1997
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-532/+842
2011-01-11fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2-19/+0
2011-01-11fs/9p: fix spelling typoEric Van Hensbergen1-1/+1
2011-01-11fs/9p: TREADLINK bugfixM. Mohan Kumar1-36/+22
2011-01-11fs/9p: Simplify the .L create operationAneesh Kumar K.V1-47/+28
2011-01-11fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V4-862/+916
2011-01-11fs/9p: fix menu presentationRandy Dunlap1-1/+4
2011-01-11fs/9p: Fix the return error on default acl removalAneesh Kumar K.V1-1/+1
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches2-2/+2
2011-01-11Merge branch 'master' into for-linus-mergedAlex Elder38-1920/+1997
2011-01-11Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+2
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...Josh Hunt1-12/+0
2011-01-10ext3: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext2: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen1-7/+8
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen1-5/+14
2011-01-10ext3: Add more journal error checkNamhyung Kim2-3/+7
2011-01-10ext3: Add journal error check in resize.cNamhyung Kim1-14/+51
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix fal...Joe Perches2-11/+16
2011-01-10ext3: Add FITRIM handlingLukas Czerner1-0/+22
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner1-0/+266
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-10cifs: use CreationTime like an i_generation fieldJeff Layton4-0/+11
2011-01-10cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2-8/+4
2011-01-10cifs: show "acl" in DebugData Features when it's compiled inJeff Layton1-12/+10
2011-01-10cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton3-68/+55
2011-01-10cifs: replace some hardcoded values with preprocessor constantsJeff Layton1-18/+19
2011-01-10cifs: remove unnecessary locking around sequence_numberJeff Layton2-5/+3
2011-01-10[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French1-7/+0
2011-01-10Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French193-1993/+4447
2011-01-08ocfs2: Remove unused truncate function from alloc.cTao Ma2-78/+0
2011-01-08ocfs2/cluster: dereferencing before checking in nst_seq_show()Dan Carpenter1-23/+24