aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-31[CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French1-5/+7
2006-03-31[CIFS] Incorrect signature sent on SMB ReadSteve French1-13/+23
2006-03-31[PATCH] avoid unaligned access when accessing poll stackJes Sorensen1-3/+5
2006-03-31[PATCH] fs/namei.c: make lookup_hash() staticAdrian Bunk1-2/+1
2006-03-31[PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman1-16/+28
2006-03-31[PATCH] cleanup in proc_check_chroot()Herbert Poetzl1-5/+8
2006-03-31[PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust1-14/+16
2006-03-31[PATCH] inotify: IN_DELETE events missingAmy Griffis1-3/+3
2006-03-31[PATCH] fat: kill reserved namesOGAWA Hirofumi2-32/+1
2006-03-31[PATCH] sys_sync_file_range()Andrew Morton2-1/+165
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2-203/+47
2006-03-31[PATCH] locks: don't panicMiklos Szeredi1-12/+3
2006-03-31[PATCH] uml: __user annotationsAl Viro1-7/+7
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-0/+4
2006-03-30[PATCH] splice exportsJeff Garzik1-0/+4
2006-03-31[CIFS] Fix unlink oops when indirectly called in rename error pathSteve French1-1/+4
2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French476-10528/+14200
2006-03-31[XFS] Provide XFS support for the splice syscall.Nathan Scott6-62/+199
2006-03-31[XFS] Reenable write barriers by default.Nathan Scott1-3/+2
2006-03-31[XFS] Make project quota enforcement return an error code consistent withNathan Scott4-47/+54
2006-03-31[XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott6-47/+49
2006-03-31[XFS] Cleanup comment to remove reference to obsoleted functionMandy Kirkconnell1-4/+5
2006-03-30[PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe2-37/+92
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe6-6/+647
2006-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-24/+82
2006-03-29Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds48-291/+204
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov1-2/+1
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-2/+2
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman1-3/+11
2006-03-28[PATCH] simplify exec from init's subthreadOleg Nesterov1-12/+10
2006-03-28[PATCH] exec: allow init to exec from any thread.Eric W. Biederman1-1/+12
2006-03-29Merge ../linux-2.6Paul Mackerras145-755/+1549
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott3-31/+26
2006-03-29[XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents()Mandy Kirkconnell2-115/+0
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby1-40/+68
2006-03-29Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott1-3/+4
2006-03-29[XFS] Fix compiler warning and small code inconsistencies in compatNathan Scott1-9/+13
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott42-93/+93
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven122-188/+188
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven8-9/+9
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2-2/+2
2006-03-28[PATCH] Fold select_bits_alloc/free into caller code.Vadim Lobanov1-11/+2
2006-03-28[PATCH] use fget_light() in select/pollEric Dumazet1-4/+6
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen1-42/+64
2006-03-28[PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk2-1/+3
2006-03-28[PATCH] fs/fat/: proper prototypes for two functionsAdrian Bunk1-3/+0
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+2
2006-03-28[PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman1-23/+80