summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-273-0/+42
|\
| * JFFS2: add UBI supportArtem Bityutskiy2007-04-273-0/+42
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-2730-2235/+4690
|\ \
| * | ocfs2: Cache extent recordsMark Fasheh2007-04-277-0/+289
| * | ocfs2: Remember rw lock level during direct ioMark Fasheh2007-04-273-7/+19
| * | ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-279-30/+25Star
| * | ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-275-12/+109
| * | ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-2710-23/+45
| * | ocfs2: make room for unwritten extents flagMark Fasheh2007-04-276-69/+151
| * | ocfs2: Use own splice write actorMark Fasheh2007-04-273-1/+162
| * | ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh2007-04-271-1/+4
| * | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-271-5/+3Star
| * | ocfs2: zero tail of sparse files on truncateMark Fasheh2007-04-277-25/+328
| * | ocfs2: Teach ocfs2_get_block() about holesMark Fasheh2007-04-271-38/+61
| * | ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh2007-04-271-120/+5Star
| * | ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh2007-04-277-57/+1076
| * | ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh2007-04-271-2/+5
| * | ocfs2: abstract out allocation lockingMark Fasheh2007-04-271-27/+77
| * | ocfs2: teach extend/truncate about sparse filesMark Fasheh2007-04-273-237/+320
| * | ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-2714-996/+96Star
| * | ocfs2: sparse b-tree supportMark Fasheh2007-04-268-497/+2002
| * | ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh2007-04-261-33/+13Star
| * | ocfs2: remove unused codeTiger Yang2007-04-264-329/+7Star
| * | ocfs2: Remove delete inode voteTiger Yang2007-04-2610-38/+205
| * | ocfs2: filter more error printsMark Fasheh2007-04-262-3/+2Star
| * | ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran2007-04-261-1/+4
| * | ocfs2: Silence compiler warningsSunil Mushran2007-04-262-2/+2
| * | ocfs2: Local mounts should skip inode updatesMark Fasheh2007-04-261-12/+9Star
| * | ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran2007-04-261-2/+1Star
| * | ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda2007-04-261-0/+2
| |/
* | [AFS]: Eliminate cmpxchg() usage in vlocation code.David S. Miller2007-04-272-6/+16
* | [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-273-3/+5
* | [AFS]: Add "directory write" support.David Howells2007-04-2714-268/+1778
* | [AFS]: Implement the CB.InitCallBackState3 operation.David Howells2007-04-272-0/+47
* | [AFS]: Add support for the CB.GetCapabilities operation.David Howells2007-04-277-0/+705
* | [AFS]: Add security support.David Howells2007-04-2718-238/+945
* | [AFS]: Handle multiple mounts of an AFS superblock correctly.David Howells2007-04-271-10/+16
* | [AF_RXRPC]: Delete the old RxRPC code.David Howells2007-04-271-4/+0Star
* | [AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.David Howells2007-04-2739-5240/+4011Star
* | [AFS]: Clean up the AFS sourcesDavid Howells2007-04-2736-906/+506Star
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* | [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-2/+2
* | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-261-0/+18
|/
* reiserfs: fix xattr root locking/refcount bugJeff Mahoney2007-04-241-68/+24Star
* v9fs: don't use primary fid when removing fileLatchesar Ionkov2007-04-241-1/+1
* NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-211-3/+14
* NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-211-25/+22Star
* NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-211-3/+3
* NFS: clean up the unstable write codeTrond Myklebust2007-04-211-46/+71
* ufs proper handling of zero link caseEvgeniy Dushistov2007-04-181-7/+22