aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] coredump: shutdown current process firstOleg Nesterov1-12/+17
2006-06-26[PATCH] coredump: some code relocationsOleg Nesterov1-30/+40
2006-06-26[PATCH] coredump: don't take tasklist_lockOleg Nesterov1-4/+8
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov1-25/+5
2006-06-26[PATCH] coredump: speedup SIGKILL sendingOleg Nesterov1-1/+8
2006-06-26[PATCH] coredump: optimize ->mm users traversalOleg Nesterov1-10/+26
2006-06-26[PATCH] de_thread: fix lockless do_each_threadOleg Nesterov1-2/+1
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris1-0/+6
2006-06-26[PATCH] cleanup next_tid()Oleg Nesterov1-7/+7
2006-06-26[PATCH] simplify/fix first_tid()Oleg Nesterov1-21/+17
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman1-5/+6
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-20/+6
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman1-95/+29
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman1-13/+16
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman4-12/+11
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman4-132/+319
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman1-16/+15
2006-06-26[PATCH] simply fix first_tgidEric W. Biederman1-15/+13
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman1-4/+4
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman1-4/+4
2006-06-26[PATCH] proc: refactor reading directories of tasksEric W. Biederman1-105/+163
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman1-25/+29
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2-83/+61
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman4-65/+75
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman1-2/+19
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman1-33/+68
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman1-5/+0
2006-06-26[PATCH] proc: Remove bogus proc_task_permissionEric W. Biederman1-63/+0
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman3-6/+6
2006-06-26[PATCH] proc: Simplify the ownership rules for /procEric W. Biederman1-2/+2
2006-06-26[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Remove useless BKL in proc_pid_readlinkEric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Fix the .. inode number on /proc/<pid>/fdEric W. Biederman1-2/+3
2006-06-26[PATCH] nfsd kconfig: select things at the closest tristate instead of boolHerbert Xu1-6/+6
2006-06-26[PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp1-0/+1
2006-06-26[PATCH] ext3: Add "-o bh" optionBadari Pulavarty1-1/+5
2006-06-26[PATCH] reiserfs: remove reiserfs_aio_write()Alexey Dobriyan1-7/+1
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay1-0/+6
2006-06-26[PATCH] fs: use list_move()Akinobu Mita22-76/+38
2006-06-26[PATCH] core: use list_move()Akinobu Mita5-24/+14
2006-06-26[PATCH] use list_add_tail() instead of list_add()Akinobu Mita4-5/+5
2006-06-25[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flatMalcolm Parsons1-1/+1
2006-06-25[PATCH] xfs: update ->flush method protoAlexey Dobriyan1-1/+2
2006-06-25Fix NFS2 compile errorLinus Torvalds1-2/+0
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds40-1464/+2911
2006-06-25Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-33/+0
2006-06-25[PATCH] remove unlikely(sb) in prune_dcacheHua Zhong1-1/+1
2006-06-25[PATCH] ext2: cleanup: put_page and comment fixEvgeniy Dushistov2-3/+2
2006-06-25[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkatUlrich Drepper1-2/+4
2006-06-25[PATCH] fs: sys_poll with timeout -1 bug fixFrode Isaksen1-2/+5
2006-06-25[PATCH] fix %s in affs_fill_super()Al Viro1-5/+7
2006-06-25[PATCH] kthread: convert smbiodSerge E. Hallyn1-9/+17
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn1-6/+0
2006-06-25[PATCH] fuse: scramble lock owner IDMiklos Szeredi3-9/+25
2006-06-25[PATCH] fuse: add request interruptionMiklos Szeredi4-27/+155
2006-06-25[PATCH] fuse: rename the interrupted flagMiklos Szeredi2-22/+21
2006-06-25[PATCH] fuse: ensure FLUSH reaches userspaceMiklos Szeredi3-14/+99
2006-06-25[PATCH] fuse: add POSIX file locking supportMiklos Szeredi3-2/+154
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi5-106/+310
2006-06-25[PATCH] fuse: no backgrounding on interruptMiklos Szeredi5-219/+106
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent1-0/+6
2006-06-25[PATCH] ftruncate does not always update m/ctimePeter Staubach1-1/+1
2006-06-25[PATCH] ext3: cleanup dead code in ext3_add_entry()Johann Lombardi1-3/+1
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita1-0/+6
2006-06-25[PATCH] epoll: use unlocked wqueue operationsDavide Libenzi1-7/+10
2006-06-25[PATCH] Make EXT2_DEBUG work againValerie Henson5-37/+24
2006-06-25[PATCH] Make procfs obligatory except under CONFIG_EMBEDDEDH. Peter Anvin1-1/+2
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao6-82/+82
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao6-141/+158
2006-06-25[PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown1-12/+14
2006-06-25[PATCH] ext3: remove inconsistent space before exclamation point in mount codeTheodore Ts'o1-1/+1
2006-06-25[PATCH] ext3: fix memory leak when the journal file is corruptedTheodore Ts'o1-0/+1
2006-06-25[PATCH] ext2: clean up dead code from mount codeTheodore Ts'o1-1/+0
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao2-0/+20
2006-06-25[PATCH] openpromfs: factorize outJan Engelhardt1-5/+10
2006-06-25[PATCH] openpromfs: remove unnecessary castsJan Engelhardt1-12/+12
2006-06-25[PATCH] openpromfs: fix missing NULJan Engelhardt1-2/+3
2006-06-25[PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk1-3/+6
2006-06-25[PATCH] ufs: ubh_ll_rw_block cleanupEvgeniy Dushistov5-14/+13
2006-06-25[PATCH] ufs: make fsck -f happyEvgeniy Dushistov4-56/+126
2006-06-25[PATCH] ufs: fsync implementationEvgeniy Dushistov1-0/+21
2006-06-25[PATCH] ufs: one way to access super blockEvgeniy Dushistov2-148/+121
2006-06-25[PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2-7/+6
2006-06-25[PATCH] ufs: printk warning fixesAndrew Morton1-3/+3
2006-06-25[PATCH] ufs: zero metadataEvgeniy Dushistov1-40/+76
2006-06-25[PATCH] ufs: unlock_super without lockEvgeniy Dushistov1-4/+5
2006-06-25[PATCH] ufs: i_blocks wrong countEvgeniy Dushistov2-16/+12
2006-06-25[PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov3-5/+7
2006-06-25[PATCH] ufs: easy debugEvgeniy Dushistov10-217/+155
2006-06-25[PATCH] ufs: Unmark CONFIG_UFS_FS_WRITE as BROKENEvgeniy Dushistov1-1/+1
2006-06-25[PATCH] ufs: not usual amounts of fragments per blockEvgeniy Dushistov2-71/+87
2006-06-25[PATCH] ufs: wrong type castEvgeniy Dushistov6-84/+90
2006-06-25[PATCH] ufs: directory and page cache: from blocks to pagesEvgeniy Dushistov2-504/+547
2006-06-25[PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov2-34/+25
2006-06-25[PATCH] ufs: change block number on the flyEvgeniy Dushistov2-43/+138
2006-06-25[PATCH] ufs: right block allocationEvgeniy Dushistov2-27/+18
2006-06-25[PATCH] ufs: ufs_trunc_indirect: infinite cycleEvgeniy Dushistov3-47/+21
2006-06-25[PATCH] fs/freevxfs: cleanup of spelling errorsCliff Wickman2-8/+8
2006-06-25nfs: remove nfs_put_link()Alexey Dobriyan1-10/+1
2006-06-25nfs-build-fix-99Andrew Morton1-0/+4
2006-06-25git-nfs-build-fixesAndrew Morton3-8/+19
2006-06-25Merge branch 'odirect'Trond Myklebust1-201/+234
2006-06-25V4L/DVB (3809a): Remove compat stuff for DMX_GET_EVENTAndrew Morton1-33/+0
2006-06-24NFS: alloc nfs_read/write_data as direct I/O is scheduledChuck Lever1-145/+65
2006-06-24NFS: Eliminate nfs_get_user_pages()Chuck Lever1-94/+111
2006-06-24NFS: refactor nfs_direct_free_user_pagesChuck Lever1-8/+15
2006-06-24NFS: remove user_addr, user_count, and pos from nfs_direct_reqChuck Lever1-21/+8
2006-06-24NFS: "open code" the NFS direct write reschedulerChuck Lever1-8/+43
2006-06-24NFS: Separate functions for counting outstanding NFS direct I/OsChuck Lever1-19/+20
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust223-7432/+3685
2006-06-23[PATCH] splice: retrieve mapping after locking the pageJens Axboe1-17/+29
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe3-14/+8
2006-06-23[PATCH] make kernel warn about incorrectly sized partitionsMike Miller1-0/+4
2006-06-23[PATCH] JBD: split checkpoint listsJan Kara1-180/+239
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-2/+2
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao3-30/+33
2006-06-23[PATCH] binflt_elf: remove more castsJesper Juhl1-9/+10
2006-06-23[PATCH] binfmt_elf: CodingStyle cleanup and remove some pointless castsJesper Juhl1-161/+183
2006-06-23[PATCH] ext3_clear_inode(): avoid kfree(NULL)Andrew Morton1-11/+12
2006-06-23[PATCH] jbd: avoid kfree(NULL)Andrew Morton1-3/+6
2006-06-23[PATCH] jbd: fix BUG in journal_commit_transaction()Jan Kara2-6/+18
2006-06-23[PATCH] Poll cleanups/microoptimizationsVadim Lobanov1-32/+51
2006-06-23[PATCH] fs/fat/misc.c: unexport fat_sync_bhsAdrian Bunk1-1/+0
2006-06-23[PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk1-3/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi7-8/+8
2006-06-23[PATCH] locks: clean up locks_remove_posix()Miklos Szeredi1-20/+5
2006-06-23[PATCH] locks: don't do unnecessary allocationsMiklos Szeredi1-3/+10
2006-06-23[PATCH] locks: don't unnecessarily fail posix lock operationsMiklos Szeredi1-7/+15
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg20-54/+30
2006-06-23[PATCH] ext2 XIP won't build without MMUAl Viro1-1/+1
2006-06-23[PATCH] frv: binfmt_elf_fdpic __user annotationsAl Viro1-13/+13
2006-06-23[PATCH] lsm: add task_setioprio hookJames Morris1-0/+6
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi4-26/+26
2006-06-23[PATCH] tightening hugetlb strict accountingChen, Kenneth W1-12/+9
2006-06-23[PATCH] for_each_possible_cpu: xfsKAMEZAWA Hiroyuki2-3/+3
2006-06-23[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the resultsDavid Howells1-1/+2
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells46-110/+136
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells60-352/+391
2006-06-22[PATCH] prune_one_dentry() tweaksAndrew Morton1-4/+5
2006-06-22[PATCH] Fix dcache race during umountNeilBrown2-7/+61
2006-06-22[PATCH] remove steal_locks()Miklos Szeredi4-60/+0
2006-06-22[PATCH] Fix a race condition between ->i_mapping and iput()OGAWA Hirofumi1-7/+25
2006-06-22[PATCH] NTFS: Critical bug fix (affects MIPS and possibly others)Anton Altaparmakov1-6/+7
2006-06-21Merge git://oss.sgi.com:8090/xfs-2.6Linus Torvalds108-6261/+2316
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers1-0/+4
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust47-2102/+5422
2006-06-20Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-719/+1037
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Linus Torvalds4-14/+13
2006-06-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds37-1369/+4372
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2-2/+5
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis3-5/+5
2006-06-20[PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated arrayAl Viro1-2/+3
2006-06-20[PATCH] execve argument loggingAl Viro1-0/+6
2006-06-20[PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis1-9/+14
2006-06-20[PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis2-6/+59
2006-06-20[PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2-6/+10
2006-06-20[PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis4-717/+966
2006-06-20Merge HEAD from ../linux-2.6 Nathan Scott2-2/+5
2006-06-20[XFS] Remove files from the build that are now unused.Nathan Scott6-2/+0
2006-06-20[XFS] Fix a Makefile issue related to exports.o handling.Nathan Scott1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott71-4595/+285
2006-06-20[XFS] Map EFSCORRUPTED to an actual error code, not just a made up oneNathan Scott1-18/+2
2006-06-19[XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro6-19/+20
2006-06-19[XFS] Remove unneeded conditional code on NFS export interface relatedNathan Scott2-9/+1
2006-06-19[XFS] Remove an incorrect use of unlikely() on a relatively likely codeNathan Scott1-1/+1
2006-06-19[XFS] Push some common code out of write path into core XFS code forNathan Scott3-75/+90
2006-06-19[XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott1-14/+9
2006-06-18[JFFS2] Check CRC32 on dirent and data nodes each time they're readDavid Woodhouse2-15/+38
2006-06-18[JFFS2] When retiring nextblock, allocate a node_ref for the wasted spaceDavid Woodhouse1-4/+22
2006-06-18[JFFS2] Mark XATTR support as experimental, for nowDavid Woodhouse1-28/+28
2006-06-18[JFFS2] Don't trust node headers before the CRC is checked.David Woodhouse1-28/+34
2006-06-17[PATCH] Fix missing ret assignment in __bio_map_user() error pathJens Axboe1-2/+3
2006-06-14[PATCH] Return error in case flock_lock_file failureKirill Korotaev1-0/+2
2006-06-13[XFS] Minor XFS documentation updates.Nathan Scott1-10/+11
2006-06-09[JFFS2] Fix more breakage caused by janitorial meddling.David Woodhouse1-2/+2
2006-06-09NLM: Fix reclaim racesTrond Myklebust3-15/+39
2006-06-09NLM: sem to mutex conversionTrond Myklebust1-4/+4
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsTrond Myklebust1-0/+29
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells16-1802/+1993
2006-06-09NFS: Fix typo in nfs_do_clone_mount()Trond Myklebust1-2/+2
2006-06-09NFS: Fix compile errors introduced by referrals patchesTrond Myklebust1-11/+26
2006-06-09NFSv4: Ensure that referral mounts bind to a reserved portTrond Myklebust1-0/+2
2006-06-09NFSv4: A root pathname is sent as a zero component4Andy Adamson1-1/+10
2006-06-09NFSv4: Follow a referralManoj Naik3-2/+58
2006-06-09NFSv4: Ensure client submounts when following a referralManoj Naik1-3/+267
2006-06-09NFS: Expand clone mounts to include other serversManoj Naik1-47/+64
2006-06-09NFSv4: Create NFSv4 transport and clientManoj Naik1-58/+73
2006-06-09NFSv4: Define an fs_locations bitmapManoj Naik3-2/+30
2006-06-09NFSv4: GETATTR attributes on referralManoj Naik1-2/+2
2006-06-09NFSv4: Decode mounted_on_fileid attribute in getattr.Manoj Naik1-0/+21
2006-06-09NFSv4: convert fs-locations-components to conform to RFC3530Manoj Naik3-12/+74
2006-06-09NFSv4: Implement the fs_locations function callTrond Myklebust3-2/+141
2006-06-09NFS: Add timeout to submountsTrond Myklebust3-1/+37
2006-06-09NFS: Ensure the client submounts, when it crosses a server mountpoint.Trond Myklebust6-5/+409
2006-06-09NFS: Store the file system "fsid" value in the NFS super block.Trond Myklebust5-5/+14
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust5-14/+22
2006-06-09VFS: Add shrink_submounts()Trond Myklebust1-25/+99
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust8-10/+11
2006-06-09VFS: Add GPL_EXPORTED function vfs_kern_mount()Trond Myklebust1-7/+15
2006-06-09NFS: Remove nfs_delete_inode()Trond Myklebust1-22/+4