summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-7/+227
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds22-887/+1235
2010-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds24-639/+896
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds15-176/+181
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2-15/+2
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-3/+0
2010-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-257/+179
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds22-245/+262
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+2
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+0
2010-08-06Fix init ordering of /dev/console vs callers of modprobeDavid Howells1-0/+1
2010-08-05sysfs: sysfs_chmod_file's attr can be constJean Delvare1-1/+2
2010-08-05ext4: Adding error check after calling ext4_mb_regular_allocator()Aditya Kali1-17/+17
2010-08-05aio: fix wrong subsystem commentsSatoru Takeuchi1-10/+11
2010-08-05ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-08-05fs/dlm: Drop unnecessary null testJulia Lawall1-1/+1
2010-08-05dlm: use genl_register_family_with_ops()Changli Gao1-14/+1
2010-08-05ext4: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-08-05DNS: Make AFS go to the DNS for AFSDB records for unknown cellsWang Lei2-10/+31
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei4-205/+56
2010-08-05cifs: account for new creduid=0x%x parameter in spnego upcall stringJeff Layton1-0/+4
2010-08-05cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton1-12/+31
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells5-37/+38
2010-08-05cifs: show features compiled in as part of DebugDataSuresh Jayaraman1-0/+25
2010-08-05cifs: update READMESuresh Jayaraman1-2/+3
2010-08-05ext4: re-inline ext4_rec_len_(to|from)_disk functionsEric Sandeen2-26/+37
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds15-20/+19
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+7
2010-08-04block_dev: always serialize exclusive open attemptsTejun Heo1-2/+2
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-12/+9
2010-08-04Merge branch 'master' into for-nextJiri Kosina206-5706/+5706
2010-08-04fix comment typo "choosed" -> "chosen"Uwe Kleine-König1-1/+1
2010-08-03jbd2: Remove t_handle_lock from start_this_handle()Theodore Ts'o2-12/+24
2010-08-03jbd2: Change j_state_lock to be a rwlock_tTheodore Ts'o7-109/+113
2010-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds11-88/+169
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds4-14/+29
2010-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds12-112/+1242
2010-08-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds89-4006/+1619
2010-08-03UBIFS: fix a memory leak on error path.Matthieu CASTET1-1/+1
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen1-2/+2
2010-08-02fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen1-1/+1
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V5-39/+91
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V6-3/+289
2010-08-029p: Implement LOPENM. Mohan Kumar1-4/+9
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-1/+113
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-3/+80
2010-08-029p: Implement TMKNODM. Mohan Kumar1-3/+103
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-4/+97
2010-08-029p: Define and implement TLINK for 9P2000.LEric Van Hensbergen1-1/+106