aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-11[XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig1-37/+52
2006-01-11[XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig1-83/+53
2006-01-11[XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig1-56/+88
2006-01-11[XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig4-364/+431
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott10-1118/+895
2006-01-11[XFS] Fixed delayed_blks assert failure during umount. The delayed_blksYingping Lu2-3/+10
2006-01-11[XFS] Introduce per-filesystem delwri pagebuf flushing to reduceDavid Chinner2-44/+101
2006-01-11[XFS] take out the call to vn_mark_bad() used when acl inherit fails andTim Shimmin1-2/+0
2006-01-11[XFS] endianess annotations and tidying for the uuid codeChristoph Hellwig1-9/+14
2006-01-11[XFS] Fix a thinko when generating a forced shutdown stack trace.Nathan Scott1-2/+2
2006-01-11[XFS] Add a stack trace in the case of xfs_forced_shutdown.Ryan Hankins1-5/+7
2006-01-11[XFS] Fix quotaoff logitem for project quota, affects log recovery only.Nathan Scott1-1/+3
2006-01-11[XFS] Add an XFS callout to security_inode_init_security; SE Linux is notNathan Scott1-0/+37
2006-01-11[XFS] Fix v2 log bufsize reporting in /proc/mounts.Nathan Scott1-2/+3
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig8-54/+49
2006-01-11[XFS] turn xlog helper macros into real functionsChristoph Hellwig2-77/+93
2006-01-11[XFS] remove unused vars, args, & unneeded intermediate vars from zeroingEric Sandeen2-31/+12
2006-01-11[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recoverEric Sandeen3-9/+6
2006-01-11[XFS] Ensure max diosize reported is aligned with minimum diosize.Nathan Scott1-1/+1
2006-01-11[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to anNathan Scott2-6/+7
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott10-42/+32
2006-01-11[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dontNathan Scott1-2/+1
2006-01-11[XFS] Disable write barriers for now till intermittent IO errors areNathan Scott1-5/+3
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott6-26/+23
2006-01-11[XFS] Write log dummy record when freezing filesystemChristoph Hellwig3-0/+29
2006-01-11[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven forChristoph Hellwig3-3/+3
2006-01-11[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.Yingping Lu1-1/+2
2006-01-11[XFS] do barrier checks earlier. quota initialization may write to theChristoph Hellwig1-3/+4
2006-01-11[XFS] Fix typo from when enabling write barriers by default, flags botchNathan Scott1-8/+2
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott7-410/+547
2006-01-11[XFS] Do not inherit properties for the quota inodes from the root inode.Nathan Scott1-3/+5
2006-01-11[XFS] enable write barriers by defaultChristoph Hellwig2-1/+17
2006-01-11[XFS] merge xfs_arch.h userspace changes backChristoph Hellwig1-0/+16
2006-01-11[XFS] remove over-eager assertChristoph Hellwig1-1/+0
2006-01-11fs/proc/vmcore.c: header included twiceNicolas Kaiser1-1/+0
2006-01-11fs/attr.c: header included twiceNicolas Kaiser1-1/+0
2006-01-11xfs: header included twiceNicolas Kaiser1-1/+0
2006-01-11add loglevel to printk in fs/afs/cmservice.cJesper Juhl1-1/+1
2006-01-11missing printk loglevel and tiny tiny whitespace change in binfmt_elf()Jesper Juhl1-4/+4
2006-01-11ext2: trivial indentation fix.Luiz Fernando Capitulino1-1/+1
2006-01-10[PATCH] uclinux: delay binfmt_flat traceGreg Ungerer1-7/+10
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+6
2006-01-10[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug functionAdrian Bunk3-32/+0
2006-01-10[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value castsJesper Juhl2-2/+2
2006-01-10[PATCH] fs/ext3/: small cleanupsAdrian Bunk4-12/+7
2006-01-10[PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUGAdrian Bunk1-0/+7
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl1-1/+1
2006-01-10[PATCH] d_instantiate_unique / NFS inode leakageOleg Drokin1-1/+6
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner2-6/+6
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig4-11/+38
2006-01-10[PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig1-1/+1
2006-01-10[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignmentsChristoph Hellwig1-14/+14
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-17/+22
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cChristoph Hellwig1-0/+47
2006-01-10[PATCH] remove update_atimeChristoph Hellwig1-3/+6
2006-01-10[PATCH] switch autofs4 to touch_atime()Christoph Hellwig1-9/+9
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig8-24/+41
2006-01-10[PATCH] remove xfs xattr permission checksChristoph Hellwig2-26/+8
2006-01-10[PATCH] remove reiserfs xattr permission checksChristoph Hellwig2-51/+0
2006-01-10[PATCH] remove ext3 xattr permission checksakpm@osdl.org3-23/+0
2006-01-10[PATCH] remove ext2 xattr permission checksakpm@osdl.org3-22/+0
2006-01-10[PATCH] remove jfs xattr permission checksChristoph Hellwig1-42/+9
2006-01-10[PATCH] move xattr permission checks into the VFSakpm@osdl.org2-19/+57
2006-01-10[PATCH] add vfs_* helpers for xattr operationsChristoph Hellwig2-130/+141
2006-01-10[PATCH] kexec: change CONFIG_PHYSICAL_START dependencyManeesh Soni1-1/+1
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal1-0/+3
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org2-4/+0
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds94-469/+460
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar3-3/+3
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen82-440/+435
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen10-26/+22
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk1-1/+1
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-8/+12
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-246/+0
2006-01-09kbuild/xfs: introduce fs/xfs/KbuildSam Ravnborg1-0/+6
2006-01-09Merge Linus' tree.Russell King96-1996/+2771
2006-01-09V4L (926_2): Moves compat32 functions from fs to v4l subsystemArnd Bergmann1-246/+0
2006-01-09[ARM] Make Acorn partition types depend on ACORN_PARTITIONRussell King1-8/+12
2006-01-09[BLOCK] bio: init ->bi_bdev in bio_init()Jens Axboe1-0/+1
2006-01-08[PATCH] tiny: Configure ELF core dump supportMatt Mackall1-2/+2
2006-01-08[PATCH] tiny: Uninline some fslocks.c functionsMatt Mackall1-4/+3
2006-01-08[PATCH] tiny: Uninline some inode.c functionsMatt Mackall1-2/+2
2006-01-08[PATCH] tiny: Uninline some open.c functionsMatt Mackall1-3/+3
2006-01-08[PATCH] afs: remove unnecessary __attribute__((packed))Jan Blunck1-3/+1
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov9-71/+58
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov18-1047/+1083
2006-01-08[PATCH] v9fs: fix fid management in v9fs_createLatchesar Ionkov1-3/+3
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov16-562/+1172
2006-01-08[PATCH] v9fs: fix fd_closeEric Van Hensbergen1-2/+2
2006-01-08[PATCH] UFS: inode->i_sem is not released in error pathEvgeniy Polyakov1-1/+3
2006-01-08[PATCH] fs/smbfs/proc.c: fix data corruption in smb_proc_setattr_unix()Maciej W. Rozycki1-1/+1
2006-01-08[PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk4-2/+9
2006-01-08[PATCH] remove gcc-2 checksAndrew Morton2-11/+4
2006-01-08[PATCH] fs/udf/balloc.c: "extern inline" -> "static inline"Adrian Bunk1-1/+1
2006-01-08[PATCH] fs: remove s_old_blocksize from struct super_blockPekka Enberg1-2/+1
2006-01-08[PATCH] Fix handling of ELF segments with zero filesizeDavid Gibson1-3/+9
2006-01-08[PATCH] shrink dentry structEric Dumazet10-39/+40
2006-01-08[PATCH] nfsroot: do not silently stop parsing on an unknown optionJorn Dreyer1-1/+3
2006-01-08[PATCH] sigio: cleanup, don't take tasklist twiceOleg Nesterov1-3/+3
2006-01-08[PATCH] ext3: use sbi instead of EXT3_SB() in resize code.Glauber de Oliveira Costa1-5/+5
2006-01-08[PATCH] ext3: remove trailing newlines from ext3_warning() callsGlauber de Oliveira Costa3-15/+15
2006-01-08[PATCH] ext3: external journal device as a mount optionJohann Lombardi1-10/+44
2006-01-08[PATCH] shared mounts: cleanupMiklos Szeredi2-2/+2
2006-01-08[PATCH] pivot_root: add commentNeil Brown1-0/+4
2006-01-08[PATCH] do_coredump() should reset group_stop_count earlierOleg Nesterov1-1/+1
2006-01-08[PATCH] fix possible PAGE_CACHE_SHIFT overflowsAndrew Morton8-17/+17
2006-01-08[PATCH] Fix overflow tests for compat_sys_fcntl64 lockingNeilBrown1-4/+18
2006-01-08[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown4-22/+15
2006-01-08[PATCH] udf: remove bogus inode == NULL check in inode_bmapChristoph Hellwig1-5/+0
2006-01-08[PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*Tom Zanussi2-43/+48
2006-01-08[PATCH] relayfs: add support for global relay buffersTom Zanussi1-10/+25
2006-01-08[PATCH] relayfs: add support for relay files in other filesystemsTom Zanussi2-3/+29
2006-01-08[PATCH] relayfs: remove unused alloc/destroy_inode()Tom Zanussi1-45/+1
2006-01-08[PATCH] relayfs: use generic_ip for private dataTom Zanussi1-8/+9
2006-01-08[PATCH] relayfs: add relayfs_remove_file()Tom Zanussi1-0/+12
2006-01-08[PATCH] relayfs: export relayfs_create_file() with fileops paramTom Zanussi3-20/+28
2006-01-08[PATCH] relayfs: decouple buffer creation from inode creationTom Zanussi4-26/+19
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin2-6/+5
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi15-48/+21
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi2-17/+74
2006-01-08[PATCH] fat: support ->direct_IO()OGAWA Hirofumi3-15/+87
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi5-17/+17
2006-01-08[PATCH] fat: add the read/writepages()OGAWA Hirofumi1-1/+16
2006-01-08[PATCH] fat: use sb_find_get_block() instead of sb_getblk()OGAWA Hirofumi1-2/+2
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi3-6/+14
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+4
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-2/+2
2006-01-08[PATCH] frv: suppress configuration of certain features for FRVDavid Howells1-1/+1
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-122/+5
2006-01-08[PATCH] drop-pagecacheAndrew Morton2-1/+69
2006-01-06Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds35-1016/+1678
2006-01-06[PATCH] fs/ufs: debug mode compilation failureEvgeniy1-1/+1
2006-01-06NFSv4: Fix an Oops in nfs_do_expire_all_delegationsTrond Myklebust1-4/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust3-0/+33
2006-01-06NFS: get rid of some needless code obfuscation in xdr_encode_sattr().Trond Myklebust1-11/+10
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust3-2/+5
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever5-7/+1
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-2/+2
2006-01-06NFSv3: try get_root user-supplied security_flavorJ. Bruce Fields1-7/+19
2006-01-06NLM: fix parsing of sm notify procedureJ. Bruce Fields1-1/+3
2006-01-06NLM: Further cancel fixesJ. Bruce Fields2-6/+16
2006-01-06NLM: clean up nlmsvc_delete_blockJ. Bruce Fields1-2/+1
2006-01-06NLM: don't unlock on cancel requestsJ. Bruce Fields2-16/+2
2006-01-06NLM: Clean up nlmsvc_grant_reply lockingJ. Bruce Fields1-4/+3
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust5-3/+113
2006-01-06NFS: Clean up weak cache consistency codeTrond Myklebust1-20/+40
2006-01-06NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust3-17/+35
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust3-1/+5
2006-01-06NFS: Make directIO aware of compound pages...Trond Myklebust1-3/+4
2006-01-06NFS: Make stat() return updated mtimes after a write()Trond Myklebust2-11/+14
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2006-01-06NFS: support large reads and writes on the wireChuck Lever5-29/+40
2006-01-06NFS: make "inode number mismatch" message more usefulChuck Lever1-8/+9
2006-01-06NFS: get rid of useless kernel log messageChuck Lever1-2/+1
2006-01-06NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever1-2/+2
2006-01-06NFS: use generic_write_checks() to sanity check direct writesChuck Lever1-24/+19
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust4-49/+52
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust4-25/+41
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust5-2/+75
2006-01-06NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust1-30/+16
2006-01-06NFSv4: State recovery cleanupTrond Myklebust3-25/+28
2006-01-06NFSv4: OPEN/LOCK/LOCKU/CLOSE will automatically renew the NFSv4 leaseTrond Myklebust1-3/+31
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust1-2/+2
2006-01-06NFSv4: Make DELEGRETURN an interruptible operation.Trond Myklebust1-8/+60
2006-01-06NFSv4: Convert LOCK rpc call into an asynchronous RPC callTrond Myklebust2-75/+175
2006-01-06NFSv4: locking XDR cleanupTrond Myklebust2-168/+155
2006-01-06NFSv4: Make open recovery track O_RDWR, O_RDONLY and O_WRONLY correctlyTrond Myklebust2-131/+156
2006-01-06NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separatelyTrond Myklebust3-28/+42
2006-01-06NFSv4: Make open_confirm() asynchronous tooTrond Myklebust2-28/+80
2006-01-06NFSv4: Convert open() into an asynchronous RPC callTrond Myklebust2-66/+130
2006-01-06NFSv4: Allocate OPEN call RPC arguments using kmalloc()Trond Myklebust1-96/+117
2006-01-06NFSv4: Make locku use the new RPC "wait on completion" interface.Trond Myklebust1-29/+36
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-1/+0
2006-01-06SUNRPC: Further cleanupsTrond Myklebust2-18/+16
2006-01-06RPC: Clean up RPC task structureTrond Myklebust12-140/+181
2006-01-06NFS: Work correctly with single-page ->writepage() callsTrond Myklebust1-11/+5
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+24