summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-04-27ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh1-1/+4
2007-04-27[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-5/+3
2007-04-27ocfs2: zero tail of sparse files on truncateMark Fasheh7-25/+328
2007-04-27ocfs2: Teach ocfs2_get_block() about holesMark Fasheh1-38/+61
2007-04-27ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh1-120/+5
2007-04-27ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh7-57/+1076
2007-04-27ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh1-2/+5
2007-04-27ocfs2: abstract out allocation lockingMark Fasheh1-27/+77
2007-04-27ocfs2: teach extend/truncate about sparse filesMark Fasheh3-237/+320
2007-04-27ocfs2: temporarily remove extent map cachingMark Fasheh14-996/+96
2007-04-27ocfs2: sparse b-tree supportMark Fasheh8-497/+2002
2007-04-27ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh1-33/+13
2007-04-27ocfs2: remove unused codeTiger Yang4-329/+7
2007-04-27ocfs2: Remove delete inode voteTiger Yang10-38/+205
2007-04-27ocfs2: filter more error printsMark Fasheh2-3/+2
2007-04-27ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran1-1/+4
2007-04-27ocfs2: Silence compiler warningsSunil Mushran2-2/+2
2007-04-27ocfs2: Local mounts should skip inode updatesMark Fasheh1-12/+9
2007-04-27ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran1-2/+1
2007-04-27ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda1-0/+2
2007-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse58-680/+768
2007-04-26[JFFS2] Fix compr_rubin.c build after include file elimination.Andrew Morton1-10/+9
2007-04-26[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-26[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-2/+2
2007-04-26[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+18
2007-04-25[JFFS2] Handle inodes with only a single metadata node with non-zero isizeDavid Woodhouse3-9/+20
2007-04-25[JFFS2] Tidy up licensing/copyright boilerplate.David Woodhouse45-217/+155
2007-04-25[JFFS2] Better fix for all-zero node headersJoakim Tjernlund2-15/+5
2007-04-25[JFFS2] Improve read_inode memory usage, v2.David Woodhouse3-599/+618
2007-04-24reiserfs: fix xattr root locking/refcount bugJeff Mahoney1-68/+24
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov1-1/+1
2007-04-23[JFFS2] Improve failure mode if inode checking leaves unchecked space.David Woodhouse1-1/+2
2007-04-23[JFFS2] Fix cross-endian build.David Woodhouse2-3/+12
2007-04-21NFS: Fix race in nfs_set_page_dirtyTrond Myklebust1-3/+14
2007-04-21NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust1-25/+22
2007-04-21NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust1-3/+3
2007-04-21NFS: clean up the unstable write codeTrond Myklebust1-46/+71
2007-04-21[JFFS2] Obsolete dirent nodes immediately on unlink, where possible.Joakim Tjernlund1-2/+1
2007-04-18ufs proper handling of zero link caseEvgeniy Dushistov1-7/+22
2007-04-18exec.c: fix coredump to pipe problem and obscure "security hole"Alan Cox1-7/+11
2007-04-17[JFFS2] Speed up mount for directly-mapped NOR flashJoakim Tjernlund1-4/+11
2007-04-17[JFFS2] fix buffer sise calculations in jffs2_get_inode_nodes()Artem Bityutskiy1-65/+33
2007-04-17[JFFS2] Disable summary after wbuf recoveryAdrian Hunter1-0/+3
2007-04-17[JFFS2] Prevent list corruption when handling write errorsAdrian Hunter1-0/+5
2007-04-17[JFFS2] fix deadlock on error pathArtem Bityutskiy1-1/+1
2007-04-17[JFFS2] check node crc before doing anything elseThomas Gleixner1-15/+15
2007-04-16NFS: Fix a list corruption problemTrond Myklebust1-1/+3
2007-04-15NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-7/+15
2007-04-15NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-04-15NFS: Fix an Oops in nfs_setattr()Trond Myklebust2-3/+6