summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Read support for directories with inline dataMark Fasheh2007-10-121-8/+168
* ocfs2: Write support for inline dataMark Fasheh2007-10-127-8/+526
* ocfs2: Read support for inline dataMark Fasheh2007-10-122-4/+82
* ocfs2: Structure updates for inline dataMark Fasheh2007-10-126-4/+57
* ocfs2: Cleanup dirent size checkMark Fasheh2007-10-121-8/+28
* ocfs2: Rename cleanupsMark Fasheh2007-10-123-31/+47
* ocfs2: Provide convenience function for ino lookupMark Fasheh2007-10-125-21/+25
* ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()Mark Fasheh2007-10-122-52/+46
* ocfs2: Remove open coded readdir()Mark Fasheh2007-10-123-83/+70
* ocfs2: Pass raw u64 to filldirMark Fasheh2007-10-121-1/+1
* ocfs2: Abstract out core dir listing functionalityMark Fasheh2007-10-121-47/+56
* ocfs2: Move directory manipulation code into dir.cMark Fasheh2007-10-125-467/+461
* ocfs2: Small refactor of truncate zeroing codeMark Fasheh2007-10-123-87/+86
* ocfs2: move nonsparse hole-filling into ocfs2_write_begin()Mark Fasheh2007-10-123-144/+115
* ocfs2: Sync ocfs2_fs.h with ocfs2-toolsMark Fasheh2007-10-121-2/+18
* [PATCH] fs/ocfs2/: removed unneeded initial value and function's return valueDenis Cheng2007-10-121-9/+8
* ocfs2: Implement show_options()Sunil Mushran2007-10-121-0/+38
* ocfs2: Clear slot map when umounting a local volumeMark Fasheh2007-10-121-3/+4
* ocfs2: Remove unused structure fieldMark Fasheh2007-10-121-10/+3
* ocfs2: remove unused variableTao Mao2007-10-121-24/+16
* ocfs2: remove mostly unused field from insert structureTao Mao2007-10-121-23/+6
* Fix up more bio falloutAl Viro2007-10-125-10/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-121-11/+3
|\
| * Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-10-0320-287/+172
| |\
| * \ Merge branch 'linux-2.6'Paul Mackerras2007-09-2013-83/+250
| |\ \
| * | | [POWERPC] spufs: Cleanup ELF coredump extra notes logicMichael Ellerman2007-09-191-11/+3
* | | | JFS: fix bio-related build breakageJeff Garzik2007-10-121-6/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-128-32/+257
|\ \ \ \
| * | | | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-111-13/+1
| * | | | [FS] seq_file: Introduce the seq_open_private()Pavel Emelyanov2007-10-111-0/+33
| * | | | [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-111-4/+4
| * | | | [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-111-0/+6
| * | | | [NETNS]: Fix export symbols.Daniel Lezcano2007-10-111-1/+3
| * | | | [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-111-0/+192
| * | | | [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-2/+3
| * | | | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-111-1/+1
| * | | | [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-113-5/+9
| * | | | [NET]: Don't implement dev_ifname32 inlineEric W. Biederman2007-10-111-11/+10
* | | | | compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-337/+0
* | | | | compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-105/+0
* | | | | compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-101-33/+0
* | | | | compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-101-60/+0
* | | | | compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-101-8/+0
* | | | | compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-101-83/+0
* | | | | compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-101-45/+0
* | | | | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-1011-84/+17
* | | | | Don't decrement bi_size in bio_endioNeilBrown2007-10-101-12/+11
* | | | | Only call bi_end_io once for any bioNeilBrown2007-10-101-1/+3
* | | | | Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
|/ / / /
* | | | NLM: Fix a memory leak in nlmsvc_testlockTrond Myklebust2007-10-091-1/+3