aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-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 '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-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-09[XFS] Fix broken const use inside local suffix_strtoul routine.Nathan Scott1-3/+3
2006-06-09[XFS] Fix nused counter. It's currently getting set to -1 rather thanMandy Kirkconnell1-1/+1
2006-06-09[XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thawNathan Scott1-5/+4
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott2-10/+15
2006-06-09[XFS] Remove unused parameter from di2xflags routine.Nathan Scott1-5/+4
2006-06-09[XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott4-19/+11
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott17-93/+94
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott36-636/+496
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott19-224/+183
2006-06-09[XFS] statvfs component of directory/project quota support, codeNathan Scott1-1/+57
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott10-51/+67
2006-06-09[XFS] Remove dead code from come bulkstat paths.Nathan Scott3-20/+1
2006-06-09[XFS] Fix a typo in a header file comment.Nathan Scott1-2/+2
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott5-94/+114
2006-06-09[XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott4-57/+24
2006-06-09[XFS] Fix a buffer refcount leak in dir2 code on a forced shutdown.Nathan Scott1-1/+3
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott18-57/+78
2006-06-09[XFS] getattr can return an error code, so propogate any from lowerNathan Scott1-1/+1
2006-06-09[XFS] Drop use of m_writeio_blocks when zeroing, its not meaningfulNathan Scott1-14/+3
2006-06-09[XFS] lock validator: lockdep: small xfs init_rwsem() cleanup Ingo Molnar1-2/+2
2006-06-09[XFS] Over zealous with doing endian conversions. We endian converted theTim Shimmin1-2/+2
2006-06-09[XFS] Stop a BUG from occurring in generic_delete_inode by preventingDavid Chinner1-1/+2
2006-06-09[XFS] inode items and EFI/EFDs have different ondisk format for 32bit andTim Shimmin5-61/+245
2006-06-09[XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu5-15/+55
2006-06-09[XFS] Add degframentation exclusion supportBarry Naujok8-1/+20
2006-06-09[XFS] Fix a noatime regression related to updating inode atime field onNathan Scott1-17/+3
2006-06-09[XFS] Fix a comment typo, originally noticed by Ming Zhang.Nathan Scott1-3/+3
2006-06-09[XFS] Fix size argument in kmem_free().Mandy Kirkconnell1-1/+1
2006-06-09[XFS] Originally the ATTR_DMI flag also had the functionality of theOlaf Weber1-2/+0
2006-06-09[XFS] endianess annotations for xfs_dir_leaf_entry_t Christoph Hellwig4-78/+80
2006-06-09[XFS] endianess annotations for xfs_dir_leaf_hdr_t Christoph Hellwig4-171/+182
2006-06-09[XFS] endianess annotations for xfs_dir2_data_entry_t Christoph Hellwig6-27/+27
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber19-166/+437
2006-06-08[PATCH] debugfs inode leakJens Axboe1-1/+2
2006-06-05[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...Trond Myklebust1-9/+10
2006-06-03[JFFS2] Remove stray __exit from jffs2_compressors_exit()David Woodhouse1-1/+1
2006-05-31[PATCH] ext3 resize: fix double unlock_super()Andrew Morton1-1/+0
2006-05-30[[CIFS] Pass truncate open flag through on file open in case setattr failsSteve French1-0/+2
2006-05-30[CIFS] Fix typos in previous fixSteve French2-5/+5
2006-05-30[CIFS] endian fix for new POSIX byte range lock supportSteve French1-2/+2
2006-05-30[CIFS] fix memory leak in cifs session info struct on reconnectSteve French1-6/+82
2006-05-30[CIFS] ACPI suspend oopsSteve French1-2/+4
2006-05-30[CIFS] Do not limit the length of share names (was 100 for whole UNC name)Steve French2-4/+9
2006-05-30[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlockSteve French5-7/+42
2006-05-30[JFFS2] Preallocate node refs for cleanmarker in summary scanDavid Woodhouse1-5/+8
2006-05-30[JFFS2] Fix calculation of potential summary marker offset on NOR flash.David Woodhouse1-1/+1
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner1-15/+17
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner2-112/+119
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner1-7/+8
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2-36/+17
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner1-1/+1
2006-05-29[JFFS2] Preallocate raw_node_refs in a couple of missing places in scanDavid Woodhouse1-2/+7
2006-05-28[JFFS2] Fix oops when marking space dirty in scan, but no previous node exists.David Woodhouse1-1/+1
2006-05-27[JFFS2] Fix wbuf recovery of f->metadata->raw node.David Woodhouse1-1/+5
2006-05-26[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.David Woodhouse9-225/+351
2006-05-26[PATCH] affs: possible null pointer dereference in affs_rename()Florin Malita1-2/+1
2006-05-25[JFFS2] Fix 64-bit size_t problems in XATTR code.David Woodhouse2-15/+15
2006-05-25[JFFS2] Fix and improve debugging output during scan.David Woodhouse2-5/+5
2006-05-25[JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs()David Woodhouse7-14/+16
2006-05-25[JFFS2] Correctly handle wasted space before summary node.David Woodhouse1-2/+2
2006-05-25[JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it.David Woodhouse4-5/+5
2006-05-25[JFFS2] Allocate node_ref for wasted space when skipping to page boundaryDavid Woodhouse1-5/+2
2006-05-24[JFFS2] Revert Artem's Bunkage in debug messages.David Woodhouse1-2/+2
2006-05-24JFS: Fix multiple errors in metapage_releasepageDave Kleikamp1-15/+5
2006-05-24Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.gitDavid Woodhouse1-20/+8
2006-05-24[JFFS2] Introduce ref_next() macro for finding next physical nodeDavid Woodhouse6-30/+31
2006-05-24[JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code.David Woodhouse12-349/+204
2006-05-23[PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeilBrown1-0/+3
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-1/+3
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner1-20/+8
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner15-291/+234
2006-05-23[JFFS2] Simplify writebuffer handlingThomas Gleixner1-170/+102
2006-05-23[JFFS2] Remove flash offset argument from various functions.David Woodhouse9-115/+135
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-4/+2
2006-05-22[MTD] Merge STMicro NOR_ECC code with Intel Sibley codeJoern Engel3-54/+4
2006-05-22[MTD] Introduce writesizeJoern Engel1-3/+3
2006-05-22[JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structureDavid Woodhouse2-24/+34
2006-05-22[JFFS2] Add some preemptive BUG checks for XATTR codeDavid Woodhouse2-0/+5
2006-05-22[JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too.David Woodhouse10-91/+53
2006-05-22[JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flushDavid Woodhouse1-0/+1
2006-05-22[JFFS2] Fix accounting error in jffs2_link_node_ref()David Woodhouse1-1/+1
2006-05-22[JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case.David Woodhouse1-1/+1
2006-05-21[PATCH] fix NULL dereference in inotify_ignoreAmy Griffis1-2/+1
2006-05-21[PATCH] fix race in inotify_releaseAmy Griffis1-1/+5
2006-05-21[PATCH] binfmt_flat: don't check for EMFILEAndrew Morton1-21/+9
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Florin Malita1-4/+3
2006-05-21[PATCH] NFS server subtree_check returns dubious valuePeter Staubach1-1/+1
2006-05-21[PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctlLin Feng Shen1-85/+92
2006-05-21[JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_refDavid Woodhouse3-58/+121
2006-05-21[JFFS2] Locking issues in summary write code.David Woodhouse1-4/+17
2006-05-21[JFFS2] Remove stray kfree of summary info in XATTR code.David Woodhouse1-10/+11
2006-05-21[JFFS2] File node reference for wasted space when flushing wbufDavid Woodhouse1-9/+20
2006-05-21[JFFS2] Add length argument to jffs2_add_physical_node_ref()David Woodhouse6-29/+15
2006-05-21[JFFS2] Mark gaps in summary list as dirty spaceDavid Woodhouse1-29/+42
2006-05-21[JFFS2] Discard remaining free space when filing a dirty block in scan.David Woodhouse1-21/+26
2006-05-21[JFFS2] Introduce jffs2_scan_dirty_space() function.David Woodhouse5-46/+75
2006-05-21[JFFS2] Fix summary handling of unknown but compatible nodes.David Woodhouse3-6/+22
2006-05-21[JFFS2] Fix memory leak in scan code; improve comments.David Woodhouse1-2/+7
2006-05-21[JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes.David Woodhouse4-23/+55
2006-05-20[JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries.David Woodhouse1-3/+3
2006-05-20[JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplicationDavid Woodhouse6-122/+68
2006-05-20Merge git://git.infradead.org/jffs2-xattr-2.6David Woodhouse28-15/+2782
2006-05-20[JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete()David Woodhouse1-18/+21