summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-07AFS: Fix the module init error handlingDavid Howells1-3/+6
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds22-381/+624
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-06NFS: NFSv4.1 is no longer a "developer only" featureTrond Myklebust1-2/+2
2010-08-06NFS: NFS_V4 is no longer an EXPERIMENTAL featureTrond Myklebust1-3/+3
2010-08-06NFS: Fix /proc/mount for legacy binary interfaceBryan Schumaker1-0/+4
2010-08-06NFS: Fix the locking in nfs4_callback_getattrTrond Myklebust1-3/+3
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-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust3-9/+8
2010-08-03NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust2-7/+4
2010-08-03NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checksTrond Myklebust1-10/+0
2010-08-03NFSv4: Clean up the process of renewing the NFSv4 leaseTrond Myklebust1-14/+9
2010-08-03NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctlyTrond Myklebust1-30/+62
2010-08-03NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust1-9/+0
2010-08-03NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2-12/+2
2010-08-03NFS: Fix up the fsync codeTrond Myklebust1-30/+21
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