summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2006-06-26[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman-2/+0
2006-06-26[PATCH] proc: Remove useless BKL in proc_pid_readlinkEric W. Biederman-2/+0
2006-06-26[PATCH] proc: Fix the .. inode number on /proc/<pid>/fdEric W. Biederman-2/+3
2006-06-26[PATCH] nfsd kconfig: select things at the closest tristate instead of boolHerbert Xu-6/+6
2006-06-26[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp-0/+1
2006-06-26[PATCH] ext3: Add "-o bh" optionBadari Pulavarty-1/+5
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan-7/+1
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay-0/+6
2006-06-26[PATCH] fs: use list_move()Akinobu Mita-76/+38
2006-06-26[PATCH] core: use list_move()Akinobu Mita-24/+14
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita-5/+5
2006-06-25[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flatMalcolm Parsons-1/+1
2006-06-25[PATCH] xfs: update ->flush method protoAlexey Dobriyan-1/+2
2006-06-25Fix NFS2 compile errorLinus Torvalds-2/+0
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds-1464/+2911
2006-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds-33/+0
2006-06-25[PATCH] remove unlikely(sb) in prune_dcacheHua Zhong-1/+1
2006-06-25[PATCH] ext2: cleanup: put_page and comment fixEvgeniy Dushistov-3/+2
2006-06-25[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkatUlrich Drepper-2/+4
2006-06-25[PATCH] fs: sys_poll with timeout -1 bug fixFrode Isaksen-2/+5
2006-06-25[PATCH] fix %s in affs_fill_super()Al Viro-5/+7
2006-06-25[PATCH] kthread: convert smbiodSerge E. Hallyn-9/+17
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn-6/+0
2006-06-25[PATCH] fuse: scramble lock owner IDMiklos Szeredi-9/+25
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi-27/+155
2006-06-25[PATCH] fuse: rename the interrupted flagMiklos Szeredi-22/+21
2006-06-25[PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi-14/+99
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi-2/+154
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi-106/+310
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi-219/+106
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent-0/+6
2006-06-25[PATCH] ftruncate does not always update m/ctimePeter Staubach-1/+1
2006-06-25[PATCH] ext3: cleanup dead code in ext3_add_entry()Johann Lombardi-3/+1
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita-0/+6
2006-06-25[PATCH] epoll: use unlocked wqueue operationsDavide Libenzi-7/+10
2006-06-25[PATCH] Make EXT2_DEBUG work againValerie Henson-37/+24
2006-06-25[PATCH] Make procfs obligatory except under CONFIG_EMBEDDEDH. Peter Anvin-1/+2
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao-82/+82
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao-141/+158
2006-06-25[PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown-12/+14
2006-06-25[PATCH] ext3: remove inconsistent space before exclamation point in mount codeTheodore Ts'o-1/+1
2006-06-25[PATCH] ext3: fix memory leak when the journal file is corruptedTheodore Ts'o-0/+1
2006-06-25[PATCH] ext2: clean up dead code from mount codeTheodore Ts'o-1/+0
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao-0/+20
2006-06-25[PATCH] openpromfs: factorize outJan Engelhardt-5/+10
2006-06-25[PATCH] openpromfs: remove unnecessary castsJan Engelhardt-12/+12
2006-06-25[PATCH] openpromfs: fix missing NULJan Engelhardt-2/+3
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk-3/+6
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov-14/+13
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov-56/+126