aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-07-24ocfs2: Fix ocfs2_page_mkwrite()Wengang Wang
2011-07-24ocfs2: Add comment about orphan scanningSunil Mushran
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran
2011-07-24ocfs2/cluster: Cluster up now includes network connections tooSunil Mushran
2011-07-24ocfs2/cluster: Add new function o2net_fill_node_map()Sunil Mushran
2011-07-24ocfs2/cluster: Fix output in file elapsed_time_in_msSunil Mushran
2011-07-24ocfs2/dlm: dlmlock_remote() needs to account for remasterySunil Mushran
2011-07-24ocfs2/dlm: Take inflight reference count for remotely mastered resources tooSunil Mushran
2011-07-24ocfs2/dlm: Cleanup dlm_wait_for_node_death() and dlm_wait_for_node_recovery()Sunil Mushran
2011-07-24ocfs2/dlm: Trace insert/remove of resource to/from hashSunil Mushran
2011-07-24ocfs2/dlm: Clean up refmap helpersSunil Mushran
2011-07-24ocfs2/dlm: Cleanup up dlm_finish_local_lockres_recovery()Sunil Mushran
2011-07-24ocfs2: Clean up messages in stack_o2cb.cSunil Mushran
2011-07-24ocfs2/dlm: Clean up messages in o2dlmSunil Mushran
2011-07-24ocfs2/cluster: Clean up messages in o2netSunil Mushran
2011-07-24ocfs2/cluster: Abort heartbeat start on hard-ro devicesSunil Mushran
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V
2011-07-23fs/9p: Always ask new inode in createAneesh Kumar K.V
2011-07-23fs/9p: Fix invalid mount options/argsPrem Karat
2011-07-23fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V
2011-07-23fs/9p: remove rename work around in 9pAneesh Kumar K.V
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov
2011-07-22isofs: Remove global fs lockJan Kara
2011-07-22jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directoryAl Viro
2011-07-22fix IN_DELETE_SELF on overwriting rename() on ramfs et.al.Al Viro
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2011-07-22Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2011-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee
2011-07-22hfsplus: Add additional range check to handle on-disk corruptionsNaohiro Aota
2011-07-22ptrace: do_wait(traced_leader_killed_by_mt_exec) can block foreverOleg Nesterov
2011-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky
2011-07-20Remove dead code in dget_parent()Al Viro
2011-07-20AFS: Fix silly characters in a commentDavid Howells
2011-07-20switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro
2011-07-20simplify gfs2_lookup()Al Viro
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro
2011-07-20get rid of useless dget_parent() in btrfs rename() and link()Al Viro
2011-07-20get rid of useless dget_parent() in fs/btrfs/ioctl.cAl Viro
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20Ext4: handle SEEK_HOLE/SEEK_DATA genericallyJosef Bacik