aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-16[PATCH] fix Linux kernel ELF core dump privilege elevationGreg Kroah-Hartman1-2/+2
2005-05-06[PATCH] revert msdos partitioning fixAndrew Morton1-5/+0
2005-05-05[PATCH] fs/udf/udftime.c: fix off by one errorAdrian Bunk1-1/+1
2005-05-05[PATCH] comments on locking of task->commPaolo 'Blaisorblade' Giarrusso1-1/+3
2005-05-05[PATCH] reiserfs: use NULL instead of 0Randy.Dunlap1-1/+1
2005-05-05[PATCH] make some things staticAdrian Bunk16-32/+45
2005-05-05[PATCH] revert ext3-writepages-support-for-writeback-modeAndrew Morton2-57/+1
2005-05-05[PATCH] remove do_sync parameter from __invalidate_deviceChristoph Hellwig2-19/+4
2005-05-05[PATCH] remove BK documentationAdrian Bunk1-3/+3
2005-05-05[PATCH] __block_write_full_page() simplificationAndrew Morton1-9/+1
2005-05-05[PATCH] __block_write_full_page speedupAndrew Morton1-5/+1
2005-05-05[PATCH] __block_write_full_page race fixNick Piggin1-5/+13
2005-05-05[PATCH] fix race in __block_prepare_writeNick Piggin1-4/+6
2005-05-05[PATCH] uml: hostfs failed mount handlingJeff Dike1-3/+7
2005-05-05[PATCH] avoid -ENOMEM due reclaimable slab cachesAndrea Arcangeli2-2/+2
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott4-19/+19
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott4-46/+56
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] remove noisy printk at vnode trace allocationEric Sandeen1-1/+0
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2-2/+44
2005-05-05[XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott1-2/+9
2005-05-05[XFS] Fix up warningsEric Sandeen2-4/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2-25/+48
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2-2/+10
2005-05-05[XFS] Enable XFS_VNODE_TRACEEric Sandeen2-2/+3
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott6-7/+8
2005-05-05[XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott1-0/+9
2005-05-05[XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott1-1/+50
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-3/+3
2005-05-04JFS: Endian errorsDave Kleikamp1-3/+3
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse50-897/+1335
2005-05-02[PATCH] JFS: Don't allocate extents that overlap existing extentsDave Kleikamp3-25/+46
2005-05-02[PATCH] JFS: Write journal sync points more oftenDave Kleikamp4-9/+27
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp13-462/+806
2005-05-02[PATCH] JFS: Changes for larger page sizeDave Kleikamp3-28/+39
2005-05-02[PATCH] JFS: Simplify creation of new iagDave Kleikamp1-34/+36
2005-05-02[PATCH] JFS: reduce number of synchronous transactionsDave Kleikamp1-23/+40
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz7-57/+67
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-5/+5
2005-05-01[PATCH] ext3: remove unnecessary race then retry in ext3_get_blockMingming Cao1-83/+61
2005-05-01[PATCH] reiserfs endianness: comp_short_keys() cleanupAl Viro3-25/+19
2005-05-01[PATCH] reiserfs endianness: fix endianness bugsAl Viro1-1/+1
2005-05-01[PATCH] reiserfs endianness: annotate little-endian objectsAl Viro9-38/+46
2005-05-01[PATCH] reiserfs endianness: clone struct reiserfs_keyAl Viro3-4/+5
2005-05-01[PATCH] autofs4: tree race fixIan Kent3-4/+27
2005-05-01[PATCH] autofs4: wait order fixIan Kent2-10/+13
2005-05-01[PATCH] hfs, hfsplus: don't leak s_fs_info and fix an oopsColin Leroy3-6/+13
2005-05-01[PATCH] aio: optimize io_submit_one()Ken Chen1-4/+8
2005-05-01[PATCH] aio: clean up debug codeKen Chen1-28/+5
2005-05-01[PATCH] aio: ring wrapping simplificationKen Chen1-1/+2
2005-05-01[PATCH] aio: remove superfluous kiocb member initializationKen Chen1-10/+1
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl1-1/+2
2005-05-01[PATCH] reiserfs: journal_init fixEdward Shishkin1-7/+5
2005-05-01[PATCH] Fix rewriting on a full reiserfs filesystemJan Kara1-4/+5
2005-05-01[PATCH] reiserfs: make resize option auto-get new device sizePaolo 'Blaisorblade' Giarrusso1-7/+14
2005-05-01[PATCH] procfs: Fix hardlink counts for /proc/<PID>/taskDaniel Drake1-2/+6
2005-05-01[PATCH] procfs: Fix hardlink countsDaniel Drake1-2/+10
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall5-12/+7
2005-05-01[PATCH] uml - hostfs: avoid buffersPaolo 'Blaisorblade' Giarrusso1-1/+1
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-3/+3
2005-05-01[PATCH] drop_buffers() oops fixakpm@osdl.org1-1/+1
2005-05-01[PATCH] mpage_writepages() page locking fixNikita Danilov1-0/+2
2005-04-30[PATCH] cifs: Update cifs todo listSteve French1-2/+10
2005-04-30[PATCH] cifs: append \* properly on ASCII serversSteve French2-3/+7
2005-04-29[AUDIT] LOGIN message credentialsSteve Grubb1-1/+1
2005-04-29namei: add audit_inode to all branches in path_lookupPrasanna Meda1-8/+12
2005-04-28[PATCH] cifs: Do not sleep interruptible after socket connect failureSteve French2-7/+11
2005-04-28[PATCH] cifs: Do not init smb requests or block when sending requestsSteve French5-7/+53
2005-04-28[PATCH] cifs: handle termination of cifs oplockd kernel threadSteve French4-15/+23
2005-04-28[PATCH] cifs: Fix mapping of EMLINK caseSteve French4-2/+11
2005-04-28[PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (p...Steve French3-20/+23
2005-04-28[PATCH] cifs: cleanup various long linesSteve French1-9/+13
2005-04-28[PATCH] cifs: Handle multiple response transact2 part 1 of 2Steve French2-104/+246
2005-04-28[PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lo...Steve French2-149/+154
2005-04-28[PATCH] cifs: missing semicolon from previous fixSteve French1-1/+1
2005-04-28[PATCH] cifs: Better handle errors on second socket recv message callSteve French2-7/+27
2005-04-28[PATCH] cifs: improve check for search entry going beyond end of SMB transactSteve French4-68/+102
2005-04-28[PATCH] cifs: Fix caching problemSteve French5-25/+83
2005-04-28[PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in ses...Steve French2-59/+80
2005-04-28[PATCH] cifs: Missing initialization for largeBuf flag left out of previous c...Steve French3-2/+27
2005-04-28[PATCH] cifs: Do not use large smb buffers in response pathSteve French3-33/+65
2005-04-28[PATCH] cifs: cleanup of ifdefs usage so it is more consistentSteve French3-21/+25
2005-04-28[PATCH] cifs: CIFS ioctl needed by umount.cifs utilitySteve French3-9/+28
2005-04-28[PATCH] cifs: Do not interpret oplock break responses as responses to an unre...Steve French5-6/+16
2005-04-28[PATCH] cifs: Fix PPC64 compile errorSteve French1-8/+8
2005-04-28[PATCH] cifs: character mapping of special characters (part 3 of 3)Steve French14-332/+337
2005-04-28[PATCH] cifs: finish up of special character mapping capable unicode conversi...Steve French3-11/+83
2005-04-28[PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc so...Steve French2-128/+182
2005-04-28[PATCH] cifs: Add new mount parm mapcharsSteve French8-12/+116
2005-04-28[PATCH] cifs: fix rare oops in cifs_closeSteve French2-1/+4
2005-04-28[PATCH] cifs: Fix multiuser packet signing to use the right sequence number a...Steve French6-32/+50
2005-04-28[PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattrSteve French5-11/+15
2005-04-28[PATCH] cifs: Gracefully turn off serverino (when serverino is enabled on mount)Steve French2-1/+7
2005-04-28[PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French6-14/+212
2005-04-28[PATCH] cifs: Only send POSIX ACL calls to server if server claims to support...Steve French1-8/+12
2005-04-28[PATCH] Fix error recovery path for arch_setup_additional_pagesRoland McGrath1-1/+1
2005-04-27[PATCH] NFS4: Don't use __user with compat_uptr_tDavid Howells1-3/+3
2005-04-25[PATCH] isofs includes sanitizedAl Viro9-78/+203
2005-04-25[PATCH] fs/aio.c: make some code staticAdrian Bunk1-9/+11
2005-04-18[PATCH] kobject/hotplug split - block corekay.sievers@vrfy.org1-0/+2
2005-04-18[PATCH] sysfs: add sysfs_chmod_file()Kay Sievers1-0/+35
2005-04-18[PATCH] Add 32-bit compatibility for NFSv4 mountDavid Howells1-0/+74
2005-04-17[PATCH] revert fs/char_dev.c CONFIG_BASE_FULL changeDavid Brownell1-2/+1
2005-04-16[PATCH] nfsd4: fix struct file leakNeilBrown1-5/+3
2005-04-16[PATCH] nfsd4: callback create rpc client returnsNeilBrown1-2/+4
2005-04-16[PATCH] nfsd: clear signals before exiting the nfsd() threadNeilBrown1-0/+2
2005-04-16[PATCH] jbd dirty buffer leak fixakpm@osdl.org1-2/+11
2005-04-16[PATCH] Direct IO async short read fixDaniel McNeil1-3/+17
2005-04-16[PATCH] undo do_readv_writev() behavior changeDave Hansen1-2/+2
2005-04-16[PATCH] quota: possible bug in quota format v2 supportNiu YaWei1-1/+2
2005-04-16[PATCH] quota: fix possible oops on quotaoffJan Kara1-0/+1
2005-04-16[PATCH] ext2 corruption - regression between 2.6.9 and 2.6.10Bernard Blackham3-3/+15
2005-04-16[PATCH] AYSNC IO using singals other than SIGIOBharath Ramesh1-1/+1
2005-04-16[PATCH] ppc64: Improve mapping of vDSOBenjamin Herrenschmidt1-8/+8
2005-04-16[PATCH] meminfo: add Cached underflow checkMartin Hicks1-1/+6
2005-04-16[PATCH] end_buffer_write_sync() avoid pointless assignmentsakpm@osdl.org1-2/+2
2005-04-16[PATCH] oom-killer disable for iscsi/lvm2/multipath userland critical sectionsAndrea Arcangeli1-1/+1
2005-04-16[PATCH] Fix acl Oopsakpm@osdl.org2-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds978-0/+544798