summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-03-08Merge commit 'origin' into develTrond Myklebust72-846/+962
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2008-03-07NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust1-0/+2
2008-03-07NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust1-2/+4
2008-03-07NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-03-06Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2-7/+11
2008-03-06[XFS] fix inode leak in xfs_iget_core()David Chinner1-0/+1
2008-03-06[XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too manyDavid Chinner1-7/+10
2008-03-06NFS: use new LSM interfaces to explicitly set mount optionsEric Paris2-2/+65
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris1-2/+2
2008-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+0
2008-03-05ext3: fix mount option parsingJosef Bacik1-1/+1
2008-03-05eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-03-05fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-05vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara1-1/+1
2008-03-05core dump: user_regset writebackRoland McGrath1-0/+15
2008-03-05debugfs: fix sparse warningsHarvey Harrison1-4/+0
2008-03-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-36/+24
2008-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-6/+9
2008-03-04block/genhd.c: proper externsAdrian Bunk1-2/+1
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe1-4/+8
2008-03-04Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French4-19/+22
2008-03-04[PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall1-1/+1
2008-03-04[2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk1-3/+3
2008-03-04[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-04[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk4-22/+15
2008-03-04[PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-03-04ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-03-04ocfs2: Enable localalloc for local mountsSunil Mushran1-3/+0
2008-03-03docbook: fix filesystems.tmpl source filesRandy Dunlap3-18/+13
2008-03-03Allow ARG_MAX execve string space even with a small stack limitLinus Torvalds1-1/+9
2008-03-01Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French40-468/+606
2008-02-29Merge branch 'cleanups' into nextTrond Myklebust1-15/+19
2008-02-29SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2-21/+3
2008-02-29SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2-1/+7
2008-02-29[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek5-12/+12
2008-02-26Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds3-29/+120
2008-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds8-67/+176
2008-02-26[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy3-29/+120
2008-02-26[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy1-4/+4
2008-02-26SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2-2/+2
2008-02-26SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+1
2008-02-26NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust4-0/+13
2008-02-26NFS: Add an nfsiod workqueueTrond Myklebust2-0/+38
2008-02-26NFS: Fix a deadlock with lazy umountTrond Myklebust4-8/+23
2008-02-26[CIFS] remove unused variableSteve French1-3/+2
2008-02-26NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust1-1/+1
2008-02-25ext4: add missing ext4_journal_stop()Akinobu Mita1-0/+1
2008-02-25[CIFS] consolidate duplicate code in posix/unix inode handlingChristoph Hellwig1-176/+103
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto1-28/+12