aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-12-23Fix up CIFS for "test_clear_page_dirty()" removalLinus Torvalds1-3/+23
2006-12-23Fix reiserfs after "test_clear_page_dirty()" removalLinus Torvalds1-1/+1
2006-12-22[PATCH] jbd: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi1-2/+6
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov1-1/+1
2006-12-22[PATCH] Make JFFS depend on CONFIG_BROKENJosh Boyer1-1/+4
2006-12-22[PATCH] fsstack: Remove inode copyMichael Halcrow1-2/+0
2006-12-22[PATCH] fs/sysv/: proper prototypes for 2 functionsAdrian Bunk2-3/+3
2006-12-21[PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner1-2/+2
2006-12-21[PATCH] fuse: remove clear_page_dirty() callMiklos Szeredi1-3/+1
2006-12-21[PATCH] Fix JFS after clear_page_dirty() removalDave Kleikamp1-14/+1
2006-12-21VM: Remove "clear_page_dirty()" and "test_clear_page_dirty()" functionsLinus Torvalds1-1/+1
2006-12-21Clean up and make try_to_free_buffers() not race with dirty pagesLinus Torvalds1-17/+1
2006-12-21[PATCH] fix leaks on pipe(2) failure exitsAl Viro1-1/+4
2006-12-15[GFS2] Fix KconfigSteven Whitehouse1-1/+3
2006-12-15[DLM] fix compile warningPatrick Caulfield1-1/+1
2006-12-13DebugFS : file/directory removal fixMathieu Desnoyers1-0/+4
2006-12-13DebugFS : more file/directory creation error handlingMathieu Desnoyers1-4/+10
2006-12-13DebugFS : file/directory creation error handlingMathieu Desnoyers1-1/+3
2006-12-13DebugFS : coding style fixesMathieu Desnoyers1-2/+3
2006-12-13DebugFS : inotify create/mkdir supportMathieu Desnoyers1-2/+10
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day12-22/+22
2006-12-13[PATCH] knfsd: Fix up some bit-rot in exp_exportNeilBrown1-3/+9
2006-12-13[PATCH] knfsd: nfsd4: simplify filehandle checkJ.Bruce Fields1-17/+12
2006-12-13[PATCH] knfsd: nfsd4: simplify migration op checkJ.Bruce Fields1-11/+13
2006-12-13[PATCH] knfsd: nfsd4: reorganize compound opsJ.Bruce Fields2-129/+139
2006-12-13[PATCH] knfsd: nfsd4: make verify and nverify wrappersJ.Bruce Fields1-6/+22
2006-12-13[PATCH] knfsd: nfsd4: don't inline nfsd4 compound op functionsJ.Bruce Fields1-25/+18
2006-12-13[PATCH] knfsd: nfsd4: move replay_owner to cstateJ.Bruce Fields2-29/+24
2006-12-13[PATCH] knfsd: nfsd4: remove spurious replay_owner checkJ.Bruce Fields1-1/+1
2006-12-13[PATCH] knfsd: nfsd4: pass saved and current fh together into nfsd4 operationsJ.Bruce Fields2-172/+244
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields3-6/+13
2006-12-13[PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdirJ.Bruce Fields1-9/+5
2006-12-13[PATCH] knfsd: nfsd: simplify exp_pseudorootJ.Bruce Fields1-4/+2
2006-12-13[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errorsJ.Bruce Fields1-0/+4
2006-12-13[PATCH] knfsd: nfsd4: clarify units of COMPOUND_SLACK_SPACEJ.Bruce Fields1-5/+5
2006-12-13[PATCH] knfsd: nfsd4: remove a dprink from nfsd4_lockJ.Bruce Fields1-1/+0
2006-12-13[PATCH] one more EXPORT_UNUSED_SYMBOL removalAdrian Bunk1-2/+0
2006-12-13[PATCH] update Tigran's email addressesTigran Aivazian1-2/+2
2006-12-13[PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failureEric W. Biederman1-8/+15
2006-12-13[PATCH] ncpfs: Use struct pid to track the userspace watchdog processEric W. Biederman1-5/+6
2006-12-13[PATCH] smbfs: Make conn_pid a struct pidEric W. Biederman3-7/+9
2006-12-13[PATCH] lockd endianness annotationsAl Viro6-35/+36
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day13-29/+29
2006-12-13[PATCH] Use activate_mm() in fs/aio.c:use_mm()Jeremy Fitzhardinge1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W2-28/+176
2006-12-13[PATCH] ocfs2: relative atime supportMark Fasheh1-0/+8
2006-12-13[PATCH] relative atimeValerie Henson2-5/+22
2006-12-13[PATCH] touch_atime() cleanupAndrew Morton1-10/+11
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet2-10/+10
2006-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-12/+5
2006-12-12fs: Convert kmalloc() + memset() to kzalloc() in fs/.Robert P. J. Day1-2/+1
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2006-12-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-106/+546
2006-12-12EXT{2,3,4}_FS: remove outdated part of the help textJan Engelhardt1-9/+3
2006-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-21/+21
2006-12-11[patch 3/3] OCFS2 Configurable timeouts - Protocol changesAndrew Beekhof4-16/+116
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-2/+10
2006-12-10[PATCH] user of the jiffies rounding code: JBDArjan van de Ven1-1/+1
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov1-136/+72
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov1-19/+8
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov6-50/+36
2006-12-10[PATCH] dio: lock refcount operationsZach Brown1-31/+45
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2-56/+36
2006-12-10[PATCH] dio: remove duplicate bio wait codeZach Brown1-29/+12
2006-12-10[PATCH] dio: formalize bio counters as a dio reference countZach Brown1-74/+66
2006-12-10[PATCH] dio: call blk_run_address_space() once per opZach Brown1-5/+3
2006-12-10[PATCH] dio: centralize completion in dio_complete()Zach Brown1-52/+42
2006-12-10[PATCH] io-accounting: report in procfsAndrew Morton1-0/+24
2006-12-10[PATCH] io-accounting: direct-ioAndrew Morton1-0/+8
2006-12-10[PATCH] io-accounting-read-accounting cifs fixAndrew Morton1-0/+2
2006-12-10[PATCH] io-accounting: write-cancel accountingAndrew Morton1-1/+6
2006-12-10[PATCH] io-accounting: write accountingAndrew Morton1-1/+4
2006-12-10[PATCH] clean up __set_page_dirty_nobuffers()Andrew Morton1-13/+12
2006-12-08Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2006-12-09[MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machinesThomas Bogendoerfer1-1/+1
2006-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-3/+12
2006-12-08[PATCH] proc_misc build fixAndrew Morton1-0/+1
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita1-0/+65
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita1-0/+27
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkYan Burman2-21/+19
2006-12-08[PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres()Jesper Juhl1-4/+4
2006-12-08[PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres()Jesper Juhl1-4/+4
2006-12-08[PATCH] lockdep: annotate nfsd4 recover codePeter Zijlstra1-1/+1
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu1-2/+3
2006-12-08[PATCH] use current->nsproxy->pid_nsCedric Le Goater1-1/+1
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu1-2/+2
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev7-79/+80
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater1-1/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater2-4/+4
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2-8/+4
2006-12-08[PATCH] struct path: convert ufsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert udfJosef Sipek2-3/+3
2006-12-08[PATCH] struct path: convert sysvJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert smbfsJosef Sipek5-18/+18
2006-12-08[PATCH] struct path: convert romfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek5-11/+11
2006-12-08[PATCH] struct path: convert ramfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert qnx4Josef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert openpromfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert ocfs2Josef Sipek4-22/+22
2006-12-08[PATCH] struct path: convert ncpfsJosef Sipek5-14/+14
2006-12-08[PATCH] struct path: convert minixJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert lockdJosef Sipek4-11/+11
2006-12-08[PATCH] struct path: convert jfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert jffs2Josef Sipek1-3/+3
2006-12-08[PATCH] struct path: convert jffsJosef Sipek1-3/+3
2006-12-08[PATCH] struct path: convert hugetlbfsJosef Sipek1-3/+3
2006-12-08[PATCH] struct path: convert hppfsJosef Sipek1-6/+6
2006-12-08[PATCH] struct path: convert hpfsJosef Sipek2-3/+3
2006-12-08[PATCH] struct path: convert hostfsJosef Sipek1-3/+3
2006-12-08[PATCH] struct path: convert hfsplusJosef Sipek2-2/+2
2006-12-08[PATCH] struct path: convert hfsJosef Sipek2-2/+2
2006-12-08[PATCH] struct path: convert gfs2Josef Sipek1-3/+3
2006-12-08[PATCH] struct path: convert fuseJosef Sipek3-11/+11
2006-12-08[PATCH] struct path: convert freevxfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert efsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert cramfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert codaJosef Sipek3-12/+12
2006-12-08[PATCH] struct path: convert bfsJosef Sipek1-1/+1
2006-12-08[PATCH] struct path: convert befsJosef Sipek1-2/+2
2006-12-08[PATCH] struct path: convert afsJosef Sipek2-6/+6
2006-12-08[PATCH] struct path: convert adfsJosef Sipek1-1/+1
2006-12-08[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek5-23/+23
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek3-17/+17
2006-12-08[PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek4-77/+77
2006-12-08[PATCH] configfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-11/+11
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-9/+10
2006-12-08[PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-08[PATCH] affs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek3-7/+7
2006-12-08[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-4/+4
2006-12-08[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek3-14/+14
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek8-29/+29
2006-12-08[PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-4/+3
2006-12-08[PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2-4/+4
2006-12-08[PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek4-8/+8
2006-12-08[PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek4-8/+8
2006-12-08[PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-2/+2
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek5-31/+31
2006-12-08[PATCH] sysfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek3-20/+20
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek30-134/+134
2006-12-08[PATCH] struct path: make eCryptfs a user of struct pathJosef "Jeff" Sipek1-6/+6
2006-12-08[PATCH] struct path: move struct path from fs/namei.c into include/linuxJosef "Jeff" Sipek1-5/+0
2006-12-08[PATCH] struct path: rename Reiserfs's struct pathJosef "Jeff" Sipek6-36/+36
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek5-63/+27
2006-12-08[PATCH] fsstack: Introduce fsstack_copy_{attr,inode}_*Josef "Jeff" Sipek2-1/+42
2006-12-08[PATCH] bdev: fix ->bd_part_count leakPeter Zijlstra1-1/+2
2006-12-08[PATCH] lockdep: use mutex_lock_nested for bd_mutex to avoid lockdep warningNeilBrown1-2/+2
2006-12-08[PATCH] lockdep: simplify some aspects of bd_mutex nestingNeilBrown1-22/+29
2006-12-08[PATCH] lockdep: remove lock_key approach to managing nested bd_mutex locksNeilBrown1-9/+0
2006-12-08[PATCH] new bd_mutex lockdep annotationPeter Zijlstra1-0/+9
2006-12-08[PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra1-125/+55
2006-12-08[PATCH] do_task_stat(): don't take tty_mutexOleg Nesterov1-12/+4
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra2-6/+9
2006-12-08[PATCH] Fix linux banner utsname informationHerbert Poetzl1-2/+2
2006-12-08[PATCH] ext4 calls journal_stopRandy Dunlap1-1/+1
2006-12-08[CIFS] Fix NTLMv2 mounts to Windows serversSteve French3-3/+12
2006-12-07[patch 2/3] OCFS2 Configurable timeoutsJeff Mahoney5-18/+219
2006-12-07[patch 1/3] OCFS2 - Expose struct o2nm_clusterAndrew Beekhof2-12/+15
2006-12-07ocfs2: Synchronize feature incompat flags in ocfs2_fs.hMark Fasheh1-0/+9
2006-12-07ocfs2: local mountsSunil Mushran11-66/+193
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust219-2232/+3451
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust28-129/+158
2006-12-07Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds56-1190/+2224
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+1
2006-12-07[PATCH] ext4: Eliminate inline functionsAvantika Mathur1-14/+14
2006-12-07[PATCH] ext4: kmalloc to kzallocAvantika Mathur1-6/+3
2006-12-07[PATCH] ext4: if expression formatAvantika Mathur1-21/+42
2006-12-07[PATCH] ext3 balloc: fix _with_rsv freezeHugh Dickins1-1/+1
2006-12-07[PATCH] ext3 balloc: use io_error labelHugh Dickins1-4/+2
2006-12-07[PATCH] ext3 balloc: say rb_entry not list_entryHugh Dickins1-3/+3
2006-12-07[PATCH] ext3 balloc: fix off-by-one against rsv_endHugh Dickins1-1/+1
2006-12-07[PATCH] ext3 balloc: fix off-by-one against grp_goalHugh Dickins1-2/+2
2006-12-07[PATCH] ext3 balloc: reset windowsz when fullHugh Dickins1-0/+1
2006-12-07[PATCH] ext4: fix credit calculation in ext4_ext_calc_credits_for_insertJohann Lombardi1-3/+4
2006-12-07[PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise1-15/+0
2006-12-07[PATCH] aio: kill pointless ki_nbytes assignment in aio_setup_single_vectorChen, Kenneth W1-1/+0
2006-12-07[PATCH] do_coredump() and not stopping rewrite attacks?Alexey Dobriyan1-1/+2
2006-12-07[PATCH] fs: make nls_cp936.c handle some U00XY characters and U20AC correctlyJun Chen1-10/+103
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-2/+2
2006-12-07[PATCH] jffs: replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-07[PATCH] affs: replace kmalloc+memset with kzallocYan Burman3-7/+3
2006-12-07[PATCH] remove NFSD_OPTIMIZE_SPACEAdrian Bunk2-23/+14
2006-12-07[PATCH] fs: remove unused variableDavid Rientjes1-2/+1
2006-12-07[PATCH] ext3/4: don't do orphan processing on readonly devicesEric Sandeen2-0/+12
2006-12-07[PATCH] fs: ufs add missing bracketMariusz Kozlowski1-1/+1
2006-12-07[PATCH] proper prototype for remove_inode_dquot_ref()Adrian Bunk1-3/+0
2006-12-07[PATCH] fs/sysv/: doc cleanupAdrian Bunk3-348/+0
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina2-6/+8
2006-12-07[PATCH] ext4 balloc: fix _with_rsv freezeHugh Dickins1-1/+1
2006-12-07[PATCH] ext4 balloc: use io_error labelHugh Dickins1-4/+2
2006-12-07[PATCH] ext4 balloc: say rb_entry not list_entryHugh Dickins1-3/+3
2006-12-07[PATCH] ext4 balloc: fix off-by-one against rsv_endHugh Dickins1-1/+1
2006-12-07[PATCH] ext4 balloc: fix off-by-one against grp_goalHugh Dickins1-2/+2
2006-12-07[PATCH] ext4 balloc: reset windowsz when fullHugh Dickins1-0/+1
2006-12-07[PATCH] jbd2: wait for already submitted t_sync_datalist buffer to completeHisashi Hifumi1-2/+6
2006-12-07[PATCH] reiserfs: do not add save links for O_DIRECT writesVladimir V. Saveliev1-50/+4
2006-12-07[PATCH] reiser: replace kmalloc+memset with kzallocYan Burman3-9/+4
2006-12-07[PATCH] dcache: avoid RCU for never-hashed dentriesEric Dumazet1-4/+12
2006-12-07[PATCH] don't insert pipe dentries into dentry_hashtable.Eric Dumazet1-5/+17