summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-22Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker389-10005/+9983
2011-07-28ocfs2: Avoid livelock in ocfs2_readpage()Jan Kara1-0/+8
2011-07-28ocfs2: serialize unaligned aioMark Fasheh5-2/+73
2011-07-26ocfs2: Implement llseek()Sunil Mushran3-2/+151
2011-07-24ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang2-37/+67
2011-07-24ocfs2: Add comment about orphan scanningSunil Mushran1-0/+14
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran4-14/+22
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran2-13/+61
2011-07-24ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran3-33/+90
2011-07-24ocfs2/cluster: Fix output in file elapsed_time_in_msSunil Mushran1-3/+6
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran1-10/+8
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran3-39/+32
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran2-26/+24
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran3-11/+15
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran3-79/+66
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran1-32/+25
2011-07-24ocfs2: Clean up messages in stack_o2cb.cSunil Mushran1-2/+2
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran5-70/+71
2011-07-24ocfs2/cluster: Clean up messages in o2netSunil Mushran1-66/+53
2011-07-24ocfs2/cluster: Abort heartbeat start on hard-ro devicesSunil Mushran1-69/+116
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-18/+30
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-3/+6
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2011-07-23fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2011-07-23fs/9p: remove rename work around in 9pAneesh Kumar K.V1-5/+0
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds172-1479/+1811
2011-07-23vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov1-1/+1
2011-07-23isofs: Remove global fs lockJan Kara5-12/+0
2011-07-23jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro1-1/+4
2011-07-23fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro1-1/+3
2011-07-23Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds3-5/+26
2011-07-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds67-4654/+2796
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds12-398/+447
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds10-89/+219
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds13-188/+165
2011-07-23Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds20-671/+976
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota1-0/+4
2011-07-22ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov1-0/+8
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+1
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds1-2/+0
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich1-9/+5
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky1-1/+1
2011-07-21Remove dead code in dget_parent()Al Viro1-5/+0
2011-07-21AFS: Fix silly characters in a commentDavid Howells1-1/+1
2011-07-21switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro1-19/+5
2011-07-21simplify gfs2_lookup()Al Viro1-11/+3
2011-07-21jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-21get rid of useless dget_parent() in btrfs rename() and link()Al Viro1-4/+2