aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-05-24JFS: Fix multiple errors in metapage_releasepageDave Kleikamp1-15/+5
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-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-17configfs: Make sure configfs_init() is called before consumers.Joel Becker1-1/+1
2006-05-17configfs: configfs_mkdir() failed to cleanup linkage.Joel Becker1-32/+72
2006-05-17configfs: Fix a reference leak in configfs_mkdir().Joel Becker1-11/+26
2006-05-17ocfs2: fix gfp mask in some file system pathsSunil Mushran4-10/+10
2006-05-17ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh1-1/+3
2006-05-17ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh1-0/+16
2006-05-17ocfs2: take data locks around extendMark Fasheh3-33/+87
2006-05-15[PATCH] jffs2 warning fixesAndrew Morton1-2/+4
2006-05-15[PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount"Andrew Morton1-5/+2
2006-05-15[PATCH] fs/compat.c: fix 'if (a |= b )' typoAlexey Dobriyan1-1/+1
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov4-100/+158
2006-05-15[PATCH] v9fs: Twalk memory leakLatchesar Ionkov1-12/+9
2006-05-15[PATCH] smbfs: Fix slab corruption in samba error pathJan Niehusmann1-1/+3
2006-05-15[PATCH] smbfs chroot issue (CVE-2006-1864)Olaf Kirch1-0/+5
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent3-34/+58
2006-05-15[PATCH] fs/open.c: unexport sys_openatAdrian Bunk1-1/+0
2006-05-12Alternative fix for MMC oops on unmount after removalLinus Torvalds1-1/+2
2006-05-08Merge git://oss.sgi.com:8090/xfs-2.6Linus Torvalds4-20/+26
2006-05-08[PATCH] fs/locks.c: Fix lease_initTrond Myklebust1-9/+12
2006-05-08[XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing anNathan Scott1-1/+4
2006-05-08[XFS] Fix a project quota space accounting leak on rename.Nathan Scott2-1/+13
2006-05-08[XFS] Fix a possible forced shutdown due to mishandling write barriersNathan Scott1-18/+9
2006-05-04[PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV checkJens Axboe1-1/+1
2006-05-04[PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXISTJens Axboe1-0/+2
2006-05-04[PATCH] splice: rename remaining info variables to pipeJens Axboe1-10/+10
2006-05-04[PATCH] splice: LRU fixupsJens Axboe1-22/+11
2006-05-04[PATCH] splice: fix unlocking of page on error ->prepare_write()Jens Axboe1-3/+16
2006-05-03[PATCH] ext3: multile block allocate little endian fixesMingming Cao1-5/+8
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe2-4/+4
2006-05-02[PATCH] splice: fix page LRU accountingJens Axboe1-10/+21
2006-05-02[PATCH] vmsplice: fix badly placed end paranthesisJens Axboe1-1/+1
2006-05-01Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds3-122/+230
2006-05-01[PATCH] x86_64: Add compat_sys_vmsplice and use it in x86-64Andi Kleen1-0/+20
2006-05-01[PATCH] vmsplice: allow user to pass in gift pagesJens Axboe1-3/+25
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe2-25/+120
2006-05-01[PATCH] splice: call handle_ra_miss() on failure to lookup pageJens Axboe1-0/+6
2006-05-01[PATCH] Add ->splice_read/splice_write to def_blk_fopsJens Axboe1-0/+2
2006-05-01[PATCH] pipe: introduce ->pin() buffer operationJens Axboe2-77/+53
2006-05-01[PATCH] splice: fix bugs in pipe_to_file()Jens Axboe2-21/+19
2006-04-30[PATCH] splice: fix bugs with stealing regular pipe pagesJens Axboe2-3/+12
2006-04-28[PATCH] powerpc: Wire up *at syscallsAndreas Schwab1-1/+1
2006-04-27[PATCH] splice: make the read-side do batched page lookupsJens Axboe1-30/+65
2006-04-27[PATCH] splice: switch to using page_cache_readahead()Jens Axboe1-2/+2
2006-04-26[PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris1-0/+4
2006-04-26[PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutexAl Viro1-4/+14
2006-04-26[PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro1-1/+1
2006-04-26Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-73/+282
2006-04-26[PATCH] splice: rearrange moving to/from pipe helpersJens Axboe1-24/+11
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-39/+253
2006-04-26[fuse] fix race between checking and setting file->private_dataMiklos Szeredi1-5/+8
2006-04-26[fuse] fix deadlock between fuse_put_super() and request_end(), try #2Miklos Szeredi1-2/+11
2006-04-26Revert "[fuse] fix deadlock between fuse_put_super() and request_end()"Miklos Szeredi3-36/+31
2006-04-26[PATCH] splice: fix offset problemsJens Axboe1-19/+27
2006-04-26[PATCH] splice: fix min() warningAndrew Morton1-1/+1
2006-04-24[CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefinedSteve French1-1/+4
2006-04-23Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6-stableLinus Torvalds13-115/+138
2006-04-23[CIFS] Fix typo in previousSteve French1-1/+1
2006-04-22[PATCH] Fix reiserfs deadlockJan Kara1-2/+3
2006-04-22[CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French7-36/+74
2006-04-21[CIFS] Use the kthread_ API instead of opencoding lots of hairy code for kernelSteve French1-49/+50
2006-04-21[CIFS] Don't allow a backslash in a path componentSteve French1-0/+14
2006-04-21[CIFS] [CIFS] Do not take rename sem on most path based calls (duringSteve French7-30/+0
2006-04-20[PATCH] splice: fix smaller sized splice readsJens Axboe1-1/+12
2006-04-19Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds6-20/+15
2006-04-19NFS: remove needless check in nfs_opendir()Carsten Otte1-3/+2
2006-04-19NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUSJohn Hawkes1-4/+1
2006-04-19NFS: make 2 functions staticAdrian Bunk1-1/+1
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2-8/+5
2006-04-19VFS: Fix another open intent OopsTrond Myklebust1-4/+6
2006-04-19Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-58/+127
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma2-8/+22
2006-04-19[PATCH] hugetlbfs: add Kconfig help textArthur Othieno1-0/+6
2006-04-19[PATCH] task: Make task list manipulations RCU safeEric W. Biederman1-1/+1
2006-04-19[PATCH] splice: fixup writeout path after ->map changesJens Axboe1-19/+30
2006-04-19[PATCH] splice: offset fixesJens Axboe1-15/+30
2006-04-19[PATCH] tee: link_pipe() must be careful when dropping one of the pipe locksJens Axboe1-4/+14
2006-04-19[PATCH] splice: cleanup the SPLICE_F_NONBLOCK handlingJens Axboe1-14/+16
2006-04-19[PATCH] splice: close i_size truncate races on readJens Axboe1-6/+37
2006-04-18x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds1-2/+14
2006-04-18x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds1-2/+6
2006-04-17[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I1-0/+1
2006-04-17[PATCH] Fix block device symlink nameStephen Rothwell1-0/+5
2006-04-14[PATCH] BLOCK: delay all uevents until partition table is scannedKay Sievers1-8/+30
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown3-0/+78
2006-04-14Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/mszer...Linus Torvalds4-41/+65
2006-04-14Merge branch 'tee' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds6-60/+261
2006-04-14[PATCH] de_thread: Don't change our parents and ptrace flags.Eric W. Biederman1-27/+0
2006-04-11[fuse] Direct I/O should not use fuse_reset_requestMiklos Szeredi1-3/+7
2006-04-11[fuse] Don't init request twiceMiklos Szeredi1-1/+0
2006-04-11[fuse] Fix accounting the number of waiting requestsMiklos Szeredi2-6/+22
2006-04-11[fuse] fix deadlock between fuse_put_super() and request_end()Miklos Szeredi3-31/+36
2006-04-11[PATCH] splice: add support for sys_tee()Jens Axboe2-0/+193
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe5-60/+68
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds8-334/+555
2006-04-11[PATCH] knfsd: nfsd4: grant delegations more frequentlyNeilBrown1-11/+2
2006-04-11[PATCH] knfsd: nfsd4: limit number of delegations handed out.NeilBrown1-34/+40
2006-04-11[PATCH] knfsd: nfsd4: add missing rpciod_down()NeilBrown1-7/+14
2006-04-11[PATCH] knfsd: nfsd4: nfsd4_probe_callback cleanupNeilBrown1-3/+3
2006-04-11[PATCH] knfsd: nfsd4: fix laundromat shutdown raceNeilBrown1-2/+2
2006-04-11[PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesNeilBrown1-7/+6
2006-04-11[PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesNeilBrown1-25/+17
2006-04-11[PATCH] knfsd: nfsd4: remove nfsd_setuser from putrootfhNeilBrown1-2/+0
2006-04-11[PATCH] knfsd: nfsd: nfsd_setuser doesn't really need to modify rqstp->rq_cred.NeilBrown1-23/+23
2006-04-11[PATCH] knfsd: nfsd: oops exporting nonexistent directoryNeilBrown1-1/+2
2006-04-11[PATCH] knfsd: nfsd4: fix acl xattr length returnNeilBrown1-5/+1
2006-04-11[PATCH] knfsd: nfsd4: better nfs4acl errorsNeilBrown2-7/+6
2006-04-11[PATCH] knfsd: nfsd4: Wrong error handling in nfs4aclNeilBrown1-1/+1
2006-04-11[PATCH] fs/nfsd/nfs4state.c: make a struct staticAdrian Bunk1-1/+1
2006-04-11[PATCH] knfsd: locks: flag NFSv4-owned locksNeilBrown1-22/+16
2006-04-11[PATCH] knfsd: Correct reserved reply space for read requests.NeilBrown3-3/+3
2006-04-11[PATCH] fuse: account background requestsMiklos Szeredi3-4/+38
2006-04-11[PATCH] fuse: clean up request accountingMiklos Szeredi5-208/+111
2006-04-11[PATCH] fuse: consolidate device errorsMiklos Szeredi1-2/+2
2006-04-11[PATCH] fuse: use a per-mount spinlockMiklos Szeredi3-84/+74
2006-04-11[PATCH] fuse: simplify lockingMiklos Szeredi2-62/+33
2006-04-11[PATCH] fuse: add O_NONBLOCK support to FUSE deviceJeff Dike1-0/+6
2006-04-11[PATCH] fuse: add O_ASYNC support to FUSE deviceJeff Dike3-1/+20
2006-04-11[PATCH] fuse: fix fuse_dev_poll() return valueMiklos Szeredi1-5/+6
2006-04-11[PATCH] fuse: fix oops in fuse_send_readpages()Miklos Szeredi1-2/+6
2006-04-11[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I1-0/+1
2006-04-11[PATCH] inotify: check for NULL inode in inotify_d_instantiateArnd Bergmann1-1/+1
2006-04-11[PATCH] kdump: enable CONFIG_PROC_VMCORE by defaultVivek Goyal1-0/+1
2006-04-11[PATCH] process accounting: take original leader's start_time in non-leader execRoland McGrath1-0/+12
2006-04-11[PATCH] uniform POLLRDHUP handling between epoll and poll/selectDavide Libenzi1-2/+2
2006-04-11[PATCH] kdump proc vmcore size oveflow fixVivek Goyal1-2/+2
2006-04-11[PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0)Mitchell Blank Jr1-7/+9
2006-04-11[PATCH] 9p: handle sget() failureEric Van Hensbergen1-3/+10
2006-04-11[PATCH] vfs: propagate mnt_flags into do_loopback/vfsmountHerbert Poetzl1-2/+5
2006-04-11[PATCH] sync_file_range(): use unsigned for flagsAndrew Morton1-2/+2
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike1-1/+1
2006-04-11[PATCH] select() warning fixesAndrew Morton1-7/+7
2006-04-11[PATCH] another round of fs/pipe.c cleanupsIngo Molnar1-28/+48
2006-04-11[PATCH] splice: comment stylesIngo Molnar1-11/+12
2006-04-11[PATCH] splice: add Ingo as addition copyright holderJens Axboe1-4/+5
2006-04-11[PATCH] splice: unlikely() optimizationsJens Axboe2-9/+8
2006-04-11[PATCH] splice: speedups and optimizationsJens Axboe1-20/+13
2006-04-11[PATCH] pipe.c/fifo.c code cleanupsIngo Molnar2-101/+111
2006-04-11[PATCH] get rid of the PIPE_*() macrosIngo Molnar2-76/+76
2006-04-11[PATCH] splice: speedup __generic_file_splice_readJens Axboe1-11/+63
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2-21/+137
2006-04-11[XFS] Fix a problem in aligning inode allocations to stripe unitNathan Scott1-7/+8
2006-04-11[XFS] Fix utime(2) in the case that no times parameter was passed in. Nathan Scott1-2/+1
2006-04-11[XFS] Fix an inode use-after-free durin an unpin. When reclaiming inodesDavid Chinner1-7/+20
2006-04-11[XFS] Fix inode reclaim scalability regression. When a filesystem hasDavid Chinner2-17/+13
2006-04-11[XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott1-9/+9
2006-04-11[XFS] Fix superblock validation regression for the zero imaxpct case. Nathan Scott1-1/+1
2006-04-10Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds5-36/+101
2006-04-10[PATCH] de_thread: Don't confuse users do_each_thread.Eric W. Biederman1-1/+6
2006-04-10[PATCH] CONFIGFS_FS must depend on SYSFSAdrian Bunk1-1/+1
2006-04-10[PATCH] Bogus NULL pointer check in fs/configfs/dir.cEric Sesterhenn1-1/+1
2006-04-10[PATCH] splice: add optional input and output offsetsIngo Molnar1-13/+41
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar7-99/+106
2006-04-10[PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe1-2/+5
2006-04-10[PATCH] splice: optimize the splice buffer mappingJens Axboe1-10/+30
2006-04-10[PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe1-49/+10
2006-04-10[PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe1-4/+12
2006-04-10[PATCH] splice: potential !page dereferenceDave Jones1-1/+2
2006-04-10[PATCH] splice: mark the io page as accessedJens Axboe1-0/+1
2006-04-07ocfs2: Better I/O error handling in heartbeatMark Fasheh1-8/+32
2006-04-07ocfs2: test and set teardown flag early in user_dlm_destroy_lock()Mark Fasheh1-3/+14
2006-04-07ocfs2: Handle the DLM_CANCELGRANT case in user_unlock_ast()Mark Fasheh1-12/+22
2006-04-07ocfs2: catch an invalid ast case in dlmfsMark Fasheh1-0/+4
2006-04-07ocfs2: remove an overly aggressive BUG() in dlmfsMark Fasheh1-4/+17
2006-04-07ocfs2: multi node truncate fixMark Fasheh1-8/+11
2006-04-02Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-40/+141
2006-04-02[PATCH] splice: fix page stealing LRU handling.Jens Axboe2-19/+14
2006-04-02[PATCH] splice: page stealing needs to wait_on_page_writeback()Jens Axboe1-0/+9
2006-04-02[PATCH] splice: export generic_splice_sendpageJens Axboe1-2/+5
2006-04-02[PATCH] splice: add a SPLICE_F_MORE flagJens Axboe1-2/+3
2006-04-02[PATCH] splice: add comments documenting more of the codeJens Axboe1-4/+66
2006-04-02[PATCH] splice: improve writeback and clean up page stealingJens Axboe2-17/+48
2006-04-02[PATCH] splice: fix shadow[] filling logicJens Axboe1-3/+3
2006-04-02Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds17-163/+309
2006-04-02[PATCH] sysfs: zero terminate sysfs write buffersGreg Kroah-Hartman1-1/+1
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds14-48/+25
2006-04-02splice: add SPLICE_F_NONBLOCK flagLinus Torvalds1-4/+21
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-04-02BUG_ON() Conversion in fs/freevxfs/Eric Sesterhenn1-6/+3
2006-04-02BUG_ON() Conversion in fs/udf/Eric Sesterhenn1-4/+2
2006-04-02BUG_ON() Conversion in fs/sysv/Eric Sesterhenn1-4/+2
2006-04-02BUG_ON() Conversion in fs/inode.cEric Sesterhenn1-10/+5
2006-04-02BUG_ON() Conversion in fs/fcntl.cEric Sesterhenn1-2/+1
2006-04-02BUG_ON() Conversion in fs/dquot.cEric Sesterhenn1-4/+2
2006-04-02Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk20-156/+524
2006-03-31Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds20-156/+524
2006-04-01BUG_ON() Conversion in fs/sysfs/Eric Sesterhenn1-2/+1
2006-04-01BUG_ON() Conversion in fs/smbfs/Eric Sesterhenn1-4/+2
2006-04-01BUG_ON() Conversion in fs/jffs2/Eric Sesterhenn1-2/+1
2006-04-01BUG_ON() Conversion in fs/hfsplus/Eric Sesterhenn2-6/+3
2006-04-01BUG_ON() Conversion in fs/exec.cEric Sesterhenn1-1/+1
2006-04-01BUG_ON() Conversion in fs/direct-io.cEric Sesterhenn1-2/+1