aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2006-02-08[PATCH] compat_ioctl __user annotationsAl Viro1-4/+4
2006-02-07[PATCH] umount_tree() decrements mount count on wrong dentryAl Viro1-1/+1
2006-02-07[PATCH] nfsroot port= parameter fix [backport of 2.4 fix]Al Viro1-1/+2
2006-02-07[PATCH] fix __user annotations in fs/select.cAl Viro1-2/+2
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-3/+3
2006-02-07Merge git://oss.sgi.com:8090/oss/git/rc-fixes-xfs-2.6Linus Torvalds2-1/+4
2006-02-07[PATCH] unshare system call -v5: unshare namespaceJANAK DESAI1-20/+36
2006-02-07[PATCH] More informative message on umount failureDave Jones1-2/+3
2006-02-07[PATCH] inotify: fix one-shot supportRobert Love1-1/+1
2006-02-07[PATCH] Fix do_path_lookup() to add the check for error in link_path_walk()Suzuki1-2/+4
2006-02-07[PATCH] knfsd: fix nfs4_open lock leakJ. Bruce Fields1-2/+4
2006-02-07[XFS] Fix missing inode atime update from the utime syscall.Nathan Scott1-0/+2
2006-02-07[XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner1-1/+2
2006-02-06[PATCH] debugfs: trivial comment fixVincent Hanquez1-3/+3
2006-02-05[PATCH] namei.c: unlock missing in error caseUlrich Drepper1-16/+16
2006-02-05[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()Trond Myklebust1-2/+3
2006-02-05[PATCH] jbd: fix transaction batchingAndrew Morton1-1/+9
2006-02-05[PATCH] fuse: fix request_end() vs fuse_reset_request() raceMiklos Szeredi1-11/+29
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-2/+1
2006-02-03Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds26-156/+501
2006-02-03[PATCH] ocfs2: don't wait on recovery when locking journalMark Fasheh1-1/+5
2006-02-03[PATCH] BUG_ON() Conversion in fs/configfs/Eric Sesterhenn / snakebyte2-4/+2
2006-02-03configfs: Add permission and ownership to configfs objects.Joel Becker6-36/+176
2006-02-03[PATCH] ocfs2: fix compile warningsMark Fasheh3-13/+18
2006-02-03[PATCH] BUG_ON() Conversion in fs/ocfs2/Eric Sesterhenn / snakebyte4-20/+11
2006-02-03[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>Adrian Bunk1-0/+1
2006-02-03[PATCH] ocfs2: Semaphore to mutex conversion.Arjan van de Ven3-9/+10
2006-02-03[PATCH] ocfs2/dlm: fixesKurt Hackel5-49/+256
2006-02-03[OCFS2] Make ip_io_sem a mutexMark Fasheh6-18/+18
2006-02-03[PATCH] ocfs2/dlm: fix compilation on ia64Jeff Mahoney1-1/+1
2006-02-03[PATCH] OCFS2: __init / __exit problemAdrian Bunk3-3/+3
2006-02-03o Remove confusing Kconfig text for CONFIGFS_FS.Joel Becker1-2/+0
2006-02-03[PATCH] UDF: Fix issues reported by Coverity in namei.cJayachandran C1-2/+2
2006-02-03[PATCH] coverity: udf/balloc.c null deref fixKAMBAROV, ZAUR1-4/+3
2006-02-03[PATCH] debugfs: hard link count wrongVincent Hanquez1-0/+1
2006-02-03[PATCH] fat: Fix truncate() write orderingOGAWA Hirofumi1-27/+23
2006-02-03[PATCH] Trivial optimization of ll_rw_block()OGAWA Hirofumi1-2/+2
2006-02-03[PATCH] fat: Replace an own implementation with ll_rw_block(SWRITE,)OGAWA Hirofumi1-12/+2
2006-02-03[PATCH] quota: fix error code for ext2_new_inode()Herbert Poetzl1-1/+1
2006-02-03[PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet1-2/+5
2006-02-03[PATCH] fix O_DIRECT read of last block in a sparse fileJeff Moyer1-1/+8
2006-02-03[PATCH] ext2: print xip mount option in ext2_show_optionsCarsten Otte1-0/+5
2006-02-03[PATCH] disable per cpu intr in /proc/statschwab@suse.de1-1/+1
2006-02-03[PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov1-4/+11
2006-02-03[PATCH] v9fs: v9fs_put_str fixLatchesar Ionkov1-9/+19
2006-02-03[PATCH] v9fs: symlink support fixesLatchesar Ionkov1-3/+3
2006-02-03[PATCH] fs/jffs/intrep.c: 255 is unsigned charFelix Oxley1-1/+1
2006-02-03[PATCH] Fix two ext[23] uninitialized warningsAndreas Gruenbacher2-2/+2
2006-02-03[PATCH] make "struct d_cookie" depend on CONFIG_PROFILINGMarcelo Tosatti1-0/+2
2006-02-03[PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2-57/+17
2006-02-03[PATCH] ufs: fix oops with `ufs1' typeEvgeniy Dushistov1-4/+6
2006-02-03[PATCH] quota_v2: printk warning fixesAndrew Morton1-1/+1
2006-02-03[PATCH] someone broke reiserfs V3 mount options, this fixes itVitaly Fertman1-1/+1
2006-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Trond Myklebust4-9/+23
2006-02-01[PATCH] compat: fix compat_sys_openat and friendsStephen Rothwell1-6/+6
2006-02-01Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French26-296/+337
2006-02-01NFSv3: fix sync_retry in direct i/o NFSDirk Mueller1-1/+1
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust1-3/+4
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in fs and blockMartin Waitz2-1/+3
2006-02-01[PATCH] reiserfs: reiserfs: check for files > 2GB on 3.5.x disksJeff Mahoney1-0/+17
2006-02-01[PATCH] reiserfs: reiserfs fix journal accounting in journal_transaction_shou...Chris Mason1-0/+3
2006-02-01[PATCH] reiserfs: reiserfs write_ordered_buffers should not oops on dirty non...Chris Mason1-2/+13
2006-02-01[PATCH] reiserfs: reiserfs hang and performance fix for data=journal modeChris Mason2-5/+21
2006-02-01[PATCH] reiserfs: zero b_private when allocating buffer headsChris Mason1-0/+1
2006-02-01[PATCH] resierfs: fix reiserfs_invalidatepage race against data=orderedChris Mason2-1/+16
2006-02-01[PATCH] reiserfs: use generic_permissionChristoph Hellwig1-77/+26
2006-02-01[PATCH] reiserfs: remove reiserfs_permission_lockedChristoph Hellwig1-22/+8
2006-02-01[PATCH] reiserfs: missing kmalloc failure checkDiego Calleja1-0/+2
2006-02-01[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for alloca...Pekka Enberg1-6/+2
2006-02-01[PATCH] reiserfs: remove kmalloc wrapperPekka Enberg7-137/+49
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter5-0/+66
2006-02-01[PATCH] mm: hugepage accounting fixHugh Dickins1-2/+2
2006-02-01[PATCH] Mark CONFIG_UFS_FS_WRITE as BROKENAlexey Dobriyan1-1/+1
2006-02-01[PATCH] compat_sys_pselect7() fixAndrew Morton1-1/+1
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsMiklos Szeredi3-4/+22
2006-02-01[PATCH] smbfs readdir vs signal fixAndrew Morton1-1/+4
2006-02-01[PATCH] knfsd: Restore recently broken ACL functionality to NFS serverAndreas Gruenbacher1-27/+49
2006-01-31Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2-18/+39
2006-02-01[XFS] Fix regression in xfs_buf_rele dealing with non-hashed buffers, asNathan Scott1-0/+7
2006-02-01[XFS] Interim solution for attribute insertion failure during fileYingping Lu1-18/+32
2006-01-31[BLOCK] A few kerneldoc fixupsJens Axboe1-0/+1
2006-01-27[CIFS] Remove compiler warningSteve French1-1/+2
2006-01-27Signed-off-by: Steve French <sfrench@us.ibm.com>Steve French1-1/+7
2006-01-24[CIFS] Make cifs default wsize match what we actually want to send (52KSteve French1-1/+9
2006-01-23Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-2/+2
2006-01-23[CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French1-1/+0
2006-01-19[PATCH] Fix regression added by ppoll/pselect code.David S. Miller1-2/+2
2006-01-18Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-183/+729
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox1-0/+1
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2-94/+514
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper5-71/+300
2006-01-18[PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig1-43/+36
2006-01-18[PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw1-7/+30
2006-01-18[PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown1-11/+6
2006-01-18[PATCH] nfsd4_lock() returns bogus values to clientsAl Viro1-0/+3
2006-01-18[PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro1-2/+2
2006-01-18[PATCH] nfsd4_truncate() bogus return valueAl Viro1-1/+1
2006-01-18[PATCH] nfsd/vfs.c: endianness fixesAl Viro1-3/+3
2006-01-18[PATCH] nfsd4: clean up settattr codeFred Isaman1-9/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman1-2/+3
2006-01-18[PATCH] nfsd4: fix open_downgradeJ. Bruce Fields1-11/+11
2006-01-18[PATCH] nfsd4: don't create on open that fails due to ERR_GRACEJ. Bruce Fields2-6/+8
2006-01-18[PATCH] nfsd4: simplify process-open1 logicJ. Bruce Fields1-64/+35
2006-01-18[PATCH] nfsd4: nfs4state.c miscellaneous goto removalsJ. Bruce Fields1-19/+14
2006-01-18[PATCH] nfsd4: no replays on unconfirmed ownersJ. Bruce Fields1-13/+11
2006-01-18[PATCH] nfsd4: handle replays of failed open reclaimsJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: recovery lookup dir checkJ. Bruce Fields1-3/+4
2006-01-18[PATCH] nfsd4: fix open of recovery directoryJ. Bruce Fields1-2/+1
2006-01-18[PATCH] nfsd4: operation debuggingJ. Bruce Fields1-0/+2
2006-01-18[PATCH] nfsd4: fix check_for_locksJ. Bruce Fields1-1/+2
2006-01-18[PATCH] nfsd4: remove release_state_owner()J. Bruce Fields1-22/+9
2006-01-18[PATCH] nfsd4: rename lk_stateownerJ. Bruce Fields2-11/+10
2006-01-18[PATCH] nfsd4: fix nfsd4_lock cleanup on failureJ. Bruce Fields1-14/+4
2006-01-18[PATCH] nfsd4: misc lock fixesAndy Adamson1-9/+5
2006-01-18[PATCH] nfsd: remove inline from a couple of large NFS functionsNeilBrown1-2/+2
2006-01-18[PATCH] nfsd: check error status from nfsd_sync_dirYAMAMOTO Takashi1-36/+44
2006-01-18[PATCH] hfs: set type/creator for symlinksRoman Zippel2-2/+10
2006-01-18[PATCH] hfs: set correct create date for linksRoman Zippel2-12/+22
2006-01-18[PATCH] hfs: set correct ctimeRoman Zippel3-6/+15
2006-01-18[PATCH] hfs: add HFSX supportDavid Elliott8-23/+90
2006-01-18[PATCH] hfs: cleanup HFS printsRoman Zippel10-53/+48
2006-01-18[PATCH] hfs: cleanup HFS+ printsRoman Zippel11-72/+55
2006-01-18[PATCH] add missing syscall declarationsArnd Bergmann1-0/+1
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen5-0/+116
2006-01-18[PATCH] jbd: remove_transaction fixJan Kara1-1/+2
2006-01-18[PATCH] jbd: log_do_checkpoint fixJan Kara1-1/+1
2006-01-18[CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French1-1/+4
2006-01-17Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French58-662/+1180
2006-01-17[CIFS] Remove compiler warningSteve French1-1/+1
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner1-3/+26
2006-01-16[PATCH] fuse: fix bitfield raceMiklos Szeredi2-3/+23
2006-01-16[PATCH] fuse: use asynchronous READ requests for readpagesMiklos Szeredi1-17/+27
2006-01-16[PATCH] fuse: READ request initializationMiklos Szeredi3-24/+18
2006-01-16[PATCH] fuse: move INIT handling to inode.cMiklos Szeredi3-50/+45
2006-01-16[PATCH] fuse: add asynchronous request supportMiklos Szeredi3-14/+43
2006-01-16[PATCH] fuse: add connection abortingMiklos Szeredi3-6/+88
2006-01-16[PATCH] fuse: add number of waiting requests attributeMiklos Szeredi3-3/+21
2006-01-16[PATCH] fuse: make fuse connection a kobjectMiklos Szeredi3-43/+164
2006-01-16[PATCH] fuse: extend semantics of connected flagMiklos Szeredi3-4/+6
2006-01-16[PATCH] fuse: introduce list for requests under I/OMiklos Szeredi3-6/+10
2006-01-16[PATCH] fuse: introduce unified request stateMiklos Szeredi2-11/+19
2006-01-16[PATCH] fuse: miscellaneous cleanupMiklos Szeredi3-15/+6
2006-01-16[PATCH] fuse: uninline some functionsMiklos Szeredi3-21/+17
2006-01-16[PATCH] fuse: handle error INIT replyMiklos Szeredi1-1/+1
2006-01-16[PATCH] fuse: fix request_end()Miklos Szeredi1-11/+7
2006-01-16[PATCH] fuse: fuse_copy_finish() order fixMiklos Szeredi1-1/+3
2006-01-16[PATCH] add /sys/fsMiklos Szeredi1-0/+5
2006-01-16[PATCH] partitions: Read Rio Karma partition tableBob Copeland5-0/+77
2006-01-17Make alloc_page_buffers() initialise buffer_heads using init_buffer(),Nathan Scott1-1/+1
2006-01-15Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds3-20/+10
2006-01-16[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaroundNathan Scott1-3/+0
2006-01-16[XFS] mutex fallout - fix debug builds and remove no-longer-useful comment.Nathan Scott2-12/+2
2006-01-16[XFS] Fix symlink creation too, with respect to initialising SELinuxNathan Scott1-5/+8
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds9-210/+210
2006-01-14[PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven1-4/+4
2006-01-14[PATCH] smbfs: remove kmalloc wrapperPekka Enberg3-34/+12
2006-01-14[PATCH] ncpfs: remove kmalloc wrapperPekka Enberg2-26/+13
2006-01-14[PATCH] quota: make useless quota error message informativeValdis.Kletnieks@vt.edu1-1/+2
2006-01-14[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookupPekka Enberg1-5/+1
2006-01-14[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven16-48/+48
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman2-33/+223
2006-01-14[PATCH] autofs4 oops fixIan Kent1-0/+2
2006-01-15correct email address of Manfred SpraulChristian Kujau1-1/+1
2006-01-15return statement cleanup - kill pointless parenthesesJesper Juhl8-209/+209
2006-01-14[PATCH] ufs cleanupEvgeniy5-55/+64
2006-01-13[CIFS] Fix CIFS to recognize share mode securitySteve French4-15/+41
2006-01-14Merge ../linux-2.6Paul Mackerras1-2/+2
2006-01-13[PATCH] Fix oops in ufs_fill_super at mount timeEvgeniy1-2/+2
2006-01-13[PATCH] powerpc: Add/remove/update properties in /proc/device-treeDave C Boutcher1-0/+24
2006-01-12[CIFS] Fix typoSteve French1-1/+0
2006-01-12[CIFS] Add worker function for Get ACL cifs styleSteve French9-20/+292
2006-01-12Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French421-7255/+54457
2006-01-12[CIFS] Allow local filesize for file that is open for write to be updatedSteve French2-2/+25
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds57-2572/+2717
2006-01-12[PATCH] Implement ioctl emulation for the parport character deviceAndi Kleen1-0/+29
2006-01-11[PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctlAndi Kleen1-0/+35
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap46-0/+52
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-1/+3
2006-01-11[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotasJan Kara1-1/+4
2006-01-11[PATCH] kdump: vmcore compilation warning fixVivek Goyal1-1/+1
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott6-9/+6
2006-01-12[XFS] Fix follow_link when dealing with symlinks larger than 256 bytes. Nathan Scott1-4/+4
2006-01-12[XFS] Merge in trivial changes, sync up headers with userspaceNathan Scott11-141/+141
2006-01-11[XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott1-12/+22
2006-01-11[XFS] Fix some build fallout from atime changes.Nathan Scott3-5/+21
2006-01-11[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time toTim Shimmin3-28/+6
2006-01-11[XFS] xfssyncd is responsible for flushing inode or device's data byYingping Lu1-1/+1
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig10-41/+33
2006-01-11[XFS] Fix up offset type inconsistencies and gcc warnings from earlierNathan Scott1-8/+8
2006-01-11[XFS] fix up per-device xfsbufdChristoph Hellwig1-3/+2
2006-01-11[XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig1-3/+12
2006-01-11[XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig1-16/+47
2006-01-11[XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig1-12/+6
2006-01-11[XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig1-57/+34