summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+0
2008-03-04ext3: fix mount option parsingJosef Bacik1-1/+1
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow1-26/+76
2008-03-04fs/reiserfs/super.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04vfs: fix NULL pointer dereference in fsync_buffers_list()Jan Kara1-1/+1
2008-03-04core dump: user_regset writebackRoland McGrath1-0/+15
2008-03-04debugfs: 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-03[PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall1-1/+1
2008-03-03[2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk1-3/+3
2008-03-03[2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk1-1/+1
2008-03-03[2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk4-22/+15
2008-03-03[PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2-5/+3
2008-03-03ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh1-1/+1
2008-03-03ocfs2: 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-28[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-26[CIFS] remove unused variableSteve French1-3/+2
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
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto1-1/+10
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto1-0/+2
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo1-0/+1
2008-02-23efs: move headers out of include/linux/Christoph Hellwig7-9/+150
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin1-1/+1
2008-02-23fuse: fix permission checkingMiklos Szeredi1-1/+1
2008-02-23ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V1-22/+40
2008-02-25ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2-8/+15
2008-02-25ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V1-5/+6
2008-02-25ext4: Fix BUG when writing to an unitialized extentMingming Cao2-3/+57
2008-02-21Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-9/+10
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov3-3/+3
2008-02-21dlm: fix rcom_names message to selfDavid Teigland1-0/+2
2008-02-20Remove empty file remnants that were left in the tree by mistakeLinus Torvalds1-0/+0
2008-02-20nfs: fix sparse warningsHarvey Harrison4-6/+6
2008-02-20NFS: flush signals before taking down callback threadJeff Layton1-0/+1
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2-198/+1
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+3