aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-01[PATCH] Support piping into commands in /proc/sys/kernel/core_patternAndi Kleen2-37/+63
2006-10-01[PATCH] Some cleanup in the pipe codeAndi Kleen1-62/+93
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen14-21/+21
2006-10-01[PATCH] r/o bind mounts: clean up OCFS2 nlink handlingMark Fasheh1-20/+19
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen28-54/+54
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen24-83/+67
2006-10-01[PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create()Dave Hansen1-10/+20
2006-10-01[PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen2-70/+87
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2-2/+2
2006-10-01[PATCH] Add vector AIO supportBadari Pulavarty2-108/+192
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty24-64/+99
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty15-257/+124
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty11-89/+113
2006-10-01[PATCH] reiserfs: eliminate minimum window size for bitmap searchingJeff Mahoney1-22/+1
2006-10-01[PATCH] reiserfs: use generic_file_open for open() checksJeff Mahoney1-0/+1
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney3-90/+70
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney3-113/+90
2006-10-01[PATCH] reiserfs: clean up bitmap block buffer head referencesJeff Mahoney2-49/+71
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap info arrayJeff Mahoney2-15/+27
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec4-227/+216
2006-10-01[PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesJosef 'Jeff' Sipek1-6/+6
2006-10-01[PATCH] Create fs/utimes.cAlexey Dobriyan3-135/+138
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-4/+2
2006-10-01[PATCH] fs/partitions: Conversion to generic booleanRichard Knutsson1-136/+131
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson11-51/+47
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson28-331/+326
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe3-3/+3
2006-09-30[PATCH] fix creating zero sized bio mempools in low memory systemMilan Broz1-1/+1
2006-09-30[PATCH] CONFIG_BLOCK internal.h cleanupsAndrew Morton1-3/+14
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells10-26/+127
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6]David Howells2-2/+0
2006-09-30[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]David Howells2-2/+0
2006-09-30[PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6]David Howells2-49/+56
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [try #6]David Howells4-28/+60
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6]David Howells5-17/+42
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6]David Howells4-12/+42
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells5-42/+20
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [try #6]David Howells1-68/+0
2006-09-30[PATCH] BLOCK: Move __invalidate_device() to block_dev.c [try #6]David Howells2-21/+21
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells2-0/+3
2006-09-30[PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6]David Howells2-3/+5
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells9-17/+44
2006-09-30[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]David Howells1-1/+0
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells3-174/+144
2006-09-30[PATCH] Don't need to disable interrupts for tasklist_lockOleg Nesterov1-4/+9
2006-09-30[PATCH] ext3: make meta data reads use READ_METAJens Axboe2-3/+5
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-2/+2
2006-09-29Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds64-1037/+1060
2006-09-29[PATCH] Kcore elf note namesz field fixVivek Goyal1-2/+2
2006-09-29[PATCH] expand_fdtable(): remove pointless unlock+lockAndrew Morton1-2/+0