aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-28/+10
2006-03-26Remove ugly debugging stuffArtem B. Bityuckiy1-9/+0
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita3-3/+32
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-1/+1
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel1-4/+1
2006-03-26[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty1-6/+0
2006-03-26[PATCH] ext3: multi-block get_block()Badari Pulavarty1-12/+4
2006-03-26[PATCH] ext3: cleanups and WARN_ON()Andrew Morton1-125/+114
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty11-68/+27
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty3-22/+90
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty2-1/+10
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty3-4/+6
2006-03-26[PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao1-1/+31
2006-03-26[PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao1-12/+19
2006-03-26[PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao1-10/+36
2006-03-26[PATCH] ext3_get_blocks: multiple block allocationMingming Cao1-77/+193
2006-03-26[PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao2-31/+79
2006-03-26[PATCH] 2tb-files-add-blkcnt_t-fixesAndrew Morton4-12/+15
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson6-34/+18
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson1-12/+2
2006-03-26[PATCH] NFSD4: return conflict lock without racesAndy Adamson1-22/+16
2006-03-26[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson1-8/+24
2006-03-26[PATCH] VFS,fs/locks.c: cleanup locks_insert_blockJ. Bruce Fields1-6/+1
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet12-35/+35
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown8-34/+29
2006-03-26[PATCH] Make address_space_operations->sync_page return voidNeilBrown2-4/+5
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar11-89/+99
2006-03-26[PATCH] protect remove_proc_entrySteven Rostedt2-3/+31
2006-03-26BUG_ON() Conversion in fs/ext2/Eric Sesterhenn1-4/+2
2006-03-26BUG_ON() Conversion in fs/hfs/Eric Sesterhenn2-8/+4
2006-03-26BUG_ON() Conversion in fs/dcache.cEric Sesterhenn1-1/+1
2006-03-26BUG_ON() Conversion in fs/buffer.cEric Sesterhenn1-6/+3
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds3-8/+22
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds40-1672/+2342
2006-03-25[PATCH] x86_64: Increase the variability of the process stack on 64bit archit...Andi Kleen1-4/+9
2006-03-25Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds29-490/+749
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-7/+5
2006-03-25[PATCH] flat binary loader doesn't check fd table fullLuke Yang1-19/+54
2006-03-25[PATCH] remove needless check in fs/read_write.cCarsten Otte1-1/+1
2006-03-25[PATCH] remove needless check in binfmt_elf.cCarsten Otte1-1/+1
2006-03-25[PATCH] direct-io: bug fix in dio handling write errorChen, Kenneth W1-1/+7
2006-03-25[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget optionsPhillip Susi1-4/+2
2006-03-25[PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum8-22/+10
2006-03-25[PATCH] compat_sys_nfsservctl(): handle errors correctlyPeter Staubach1-1/+4
2006-03-25[PATCH] Ext2 flags shouldn't report "nogrpid"Rob Landley1-2/+0
2006-03-25[PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlinkNeilBrown1-2/+14
2006-03-25[PATCH] indirect_print_item() warning fixBenoit Boissinot1-1/+1
2006-03-25[PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an intAdrian Bunk1-2/+2
2006-03-25[PATCH] ext3: Fix debug logging-only compilation errorKirk True1-3/+3
2006-03-25[PATCH] Reduce sched latency in shrink_dcache_sb()Kirill Korotaev1-0/+1
2006-03-25[PATCH] Move cond_resched() after iput() in sync_sb_inodes()OGAWA Hirofumi1-1/+1
2006-03-25[PATCH] freeze_bdev() cleanupOGAWA Hirofumi1-19/+11
2006-03-25[PATCH] fix messages in fs/minixDenis Vlasenko4-22/+22
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-2/+2
2006-03-25[PATCH] smbfs: Fix debug logging-only compilation errorKirk True1-1/+1
2006-03-25[PATCH] 9p: fix name consistency problemsEric Van Hensbergen4-11/+10
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen23-70/+46
2006-03-25[PATCH] v9fs: fix vfs_inode dereference before NULL checkEugene Teo1-0/+2
2006-03-25[PATCH] v9fs: add extension field to TcreateLatchesar Ionkov6-51/+50
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov7-3/+368
2006-03-25[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentationRuss Cox4-11/+8
2006-03-25[PATCH] v9fs: consolidate trans_sock into trans_fdRuss Cox3-436/+196
2006-03-25[PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri...Alexander Zarochentsev1-1/+1
2006-03-25[PATCH] reiserfs: cleanupsVladimir V. Saveliev2-7/+5
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin2-10/+85
2006-03-25[PATCH] Add lookup_instantiate_filp usage warningOleg Drokin1-0/+4
2006-03-25[PATCH] Introduce FMODE_EXEC file flagOleg Drokin1-2/+2
2006-03-25[PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ...Jeff Mahoney1-4/+4
2006-03-25[PATCH] reiserfs: handle trans_id overflowAlexander Zarochentsev1-3/+18
2006-03-25[PATCH] reiserfs: fix transaction overflowingAlexander Zarochentzev1-138/+72
2006-03-25[PATCH] fs/inode.c: make iprune_mutex staticAdrian Bunk1-1/+1
2006-03-25[PATCH] Missed error checking for intent's filp in open_namei().Oleg Drokin1-0/+6
2006-03-25[PATCH] jbd: convert kjournald to kthread APIAndrew Morton1-4/+4
2006-03-25[PATCH] jbd: embed j_commit_timer in journal structAndrew Morton2-12/+11
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-0/+37
2006-03-25[PATCH] Optimise d_find_alias()David Howells1-4/+7
2006-03-24ocfs2: finally remove MLF* macrosMark Fasheh1-10/+0
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh18-384/+425
2006-03-24ocfs2: don't use MLF* in dlm/ filesKurt Hackel6-25/+64
2006-03-24ocfs2: don't use MLF* in cluster/ filesMark Fasheh1-18/+20
2006-03-24[PATCH] ocfs2: dlm recovery fixesKurt Hackel4-19/+142
2006-03-24[PATCH] ocfs2: fix hang in dlm lock resource masteryKurt Hackel1-32/+92
2006-03-24ocfs2: use __attribute__ formatMark Fasheh1-2/+6
2006-03-24BUG_ON() Conversion in fs/coda/Eric Sesterhenn2-3/+2
2006-03-24BUG_ON() Conversion in fs/binfmt_elf_fdpic.cEric Sesterhenn1-2/+1
2006-03-24fix typos "wich" -> "which"Uwe Zeisberger1-1/+1
2006-03-24typo patch for fs/ufs/super.cMichael Owen1-1/+1
2006-03-24[PATCH] ext3: Properly report backup block present in a groupGlauber de Oliveira Costa1-7/+33
2006-03-24[PATCH] Conditionalize compat_sys_newfstatatKyle McMartin1-0/+2
2006-03-24[PATCH] fsync: extract internal codeAndrew Morton1-20/+23
2006-03-24[PATCH] set_page_dirty() return value fixesAndrew Morton1-1/+1
2006-03-24[PATCH] HOTPLUG_CPU: avoid hitting too many cachelines in recalc_bh_state()Eric Dumazet1-1/+4
2006-03-24[PATCH] sb_set_blocksize cleanupCoywolf Qi Hunt1-5/+1
2006-03-24[PATCH] fast ext3_statfsAlex Tomas1-3/+4
2006-03-24[PATCH] isofs: remove unused debugging macrosPekka Enberg1-12/+0
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan2-2/+2
2006-03-24[PATCH] cpuset memory spread slab cache hooksPaul Jackson4-6/+15
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson28-33/+63
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson35-37/+37
2006-03-24[PATCH] fs/coda/: proper prototypesAdrian Bunk5-8/+21
2006-03-24[PATCH] fs/ext2/: proper ext2_get_parent() prototypeAdrian Bunk2-1/+3
2006-03-24[PATCH] fs/9p/: possible cleanupsAdrian Bunk6-10/+10
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser23-51/+40
2006-03-24[PATCH] s390: Remove old history/whitespave from partition codeHorst Hummel1-18/+11
2006-03-24[PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o5-9/+9
2006-03-23Merge branch 'linus'Trond Myklebust175-5445/+5948
2006-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6Linus Torvalds17-213/+289
2006-03-23Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds10-1290/+5
2006-03-23Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds68-3118/+4902
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2-0/+5
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe8-1290/+0
2006-03-23Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov64-661/+615
2006-03-23NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov1-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar8-69/+71
2006-03-23NTFS: Handle the recently introduced -ENAMETOOLONG return value fromAnton Altaparmakov2-5/+6
2006-03-23NTFS: Add a missing call to flush_dcache_mft_record_page() inAnton Altaparmakov2-3/+8
2006-03-23NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where weAnton Altaparmakov3-19/+15
2006-03-23NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.Anton Altaparmakov2-13/+13
2006-03-23NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximumAnton Altaparmakov2-19/+35
2006-03-23NTFS: Remove all the make_bad_inode() calls. This should only be calledAnton Altaparmakov6-23/+5
2006-03-23NTFS: Add support for sparse files which have a compression unit of 0.Anton Altaparmakov4-38/+75
2006-03-23[PATCH] reduce size of bio mempoolsBenjamin LaHaise1-4/+4
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-7/+3
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2-13/+6
2006-03-23[PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan3-18/+0
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer1-27/+49
2006-03-23[PATCH] ufs: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-35/+19
2006-03-23[PATCH] sysv: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] minix: switch to inode_inc_link_count, inode_dec_link_countAlexey Dobriyan1-30/+18
2006-03-23[PATCH] fs/ufs/file.c: drop insane header dependenciesAlexey Dobriyan1-10/+0
2006-03-23[PATCH] fat_lock is used as a mutex, convert it to using the new mutex primitiveArjan van de Ven1-3/+3
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar3-23/+23
2006-03-23[PATCH] sem2mutex: NCPFSIngo Molnar4-24/+24
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven4-12/+12
2006-03-23[PATCH] sem2mutex: HPFSIngo Molnar4-39/+40
2006-03-23[PATCH] sem2mutex: autofs4 wq_semIngo Molnar3-10/+11
2006-03-23[PATCH] sem2mutex: JFFSIngo Molnar4-49/+50
2006-03-23[PATCH] sem2mutex: fs/seq_file.cIngo Molnar1-5/+5
2006-03-23[PATCH] sem2mutex: fs/libfs.cIngo Molnar1-6/+8
2006-03-23[PATCH] sem2mutex: jbd, j_checkpoint_mutexArjan van de Ven3-6/+6
2006-03-23[PATCH] sem2mutex: ipruneIngo Molnar2-11/+11
2006-03-23[PATCH] sem2mutex: vfs_rename_mutexArjan van de Ven9-41/+41
2006-03-23[PATCH] sem2mutex: eventpollArjan van de Ven1-11/+12
2006-03-23[PATCH] sem2mutex: inotifyIngo Molnar2-56/+56
2006-03-23[PATCH] sem2mutex: quotaIngo Molnar5-66/+67
2006-03-23[PATCH] sem2mutex: blockdev #2Arjan van de Ven3-19/+19
2006-03-23[PATCH] convert fs/9p/ to mutexes, fix locking bugsIngo Molnar1-5/+6
2006-03-23[PATCH] Fix oops in invalidate_dquots()Jan Kara1-13/+39
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet3-29/+22
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton2-29/+25
2006-03-23[PATCH] proc: fix duplicate line in /proc/devicesNeil Horman1-1/+1
2006-03-23NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2-13/+28
2006-03-23NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfsAnton Altaparmakov2-1/+10
2006-03-23NTFS: Fix a buggette in an "should be impossible" case handling where weAnton Altaparmakov2-2/+4
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov5-7/+17
2006-03-23Merge branch 'master' of /usr/src/ntfs-2.6/Anton Altaparmakov108-1127/+1477
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-6/+6
2006-03-22[PATCH] page migration reorgChristoph Lameter2-62/+1
2006-03-22[PATCH] convert hugetlbfs_counter to atomicChen, Kenneth W1-16/+2
2006-03-22[PATCH] hugepage: Strict page reservation for hugepage inodesDavid Gibson1-52/+22
2006-03-22[PATCH] mm: nommu use compound pagesNick Piggin1-2/+1
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+1
2006-03-22[PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov1-2/+1
2006-03-22Merge HEAD from ../linux-2.6 Nathan Scott40-272/+585
2006-03-22[XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott5-43/+18
2006-03-22[XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott1-5/+3
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner1-1/+1
2006-03-22[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott4-20/+20
2006-03-22[XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner1-0/+10
2006-03-22[XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2-1/+7
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu4-8/+8
2006-03-22It's UTF-8Alexey Dobriyan6-6/+6
2006-03-21Merge branch 'linus'Trond Myklebust24-204/+429
2006-03-20SUNRPC,RPCSEC_GSS: spkm3--fix config dependenciesJ. Bruce Fields1-0/+1
2006-03-20LOCKD: Make nlmsvc_traverse_shares return voidJ. Bruce Fields2-6/+2
2006-03-20LOCKD: nlmsvc_traverse_blocks return is unusedJ. Bruce Fields2-4/+4
2006-03-20NFSv4: Dont list system.nfs4_acl for filesystems that don't support it.J. Bruce Fields1-0/+2
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust1-17/+15
2006-03-20[PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error pathGreg Kroah-Hartman1-0/+1
2006-03-20[PATCH] sysfs: don't export dir symbolsGreg Kroah-Hartman1-4/+0
2006-03-20[PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman1-0/+46
2006-03-20[PATCH] sysfs: fix problem with duplicate sysfs directories and filesManeesh Soni4-5/+39
2006-03-20[PATCH] sysfs: kzalloc conversionEric Sesterhenn2-4/+2
2006-03-20[PATCH] kobj_map semaphore to mutex conversionJes Sorensen1-8/+9
2006-03-20[PATCH] sysfs: sysfs_remove_dir() needs to invalidate the dentryGreg Kroah-Hartman2-1/+6
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis3-3/+17
2006-03-20[PATCH] Pass dentry, not just name, in fsnotify creation hooks.Amy Griffis1-5/+5
2006-03-20NFS: Fix a race in nfs_sync_inode()Trond Myklebust2-24/+52
2006-03-20NFS: Clean up nfs_flush_list()Trond Myklebust1-33/+29
2006-03-20NFS: Fix a race with PG_private and nfs_release_page()Trond Myklebust2-5/+7
2006-03-20NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust1-6/+13
2006-03-20NFS, NLM: Allow blocking locks to respect signalsTrond Myklebust1-6/+0
2006-03-20NFS: Make nfs_fhget() return appropriate error valuesTrond Myklebust3-14/+13
2006-03-20NFSv4: Fix an oops in nfs4_fill_superTrond Myklebust2-8/+8
2006-03-20lockd: blocks should hold a reference to the nlm_fileTrond Myklebust1-35/+46
2006-03-20NFSv4: SETCLIENTID_CONFIRM should handle NFS4ERR_DELAY/NFS4ERR_RESOURCETrond Myklebust2-2/+20
2006-03-20NFSv4: Send the delegation stateid for SETATTR callsTrond Myklebust3-14/+33
2006-03-20NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust1-0/+1
2006-03-20lockd: Fix a typo in nlmsvc_grant_release()Trond Myklebust1-1/+3