linux/fs
Linus Torvalds bd2895eead Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
* 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: fix build failure introduced by s/freezeable/freezable/
  workqueue: add system_freezeable_wq
  rds/ib: use system_wq instead of rds_ib_fmr_wq
  net/9p: replace p9_poll_task with a work
  net/9p: use system_wq instead of p9_mux_wq
  xfs: convert to alloc_workqueue()
  reiserfs: make commit_wq use the default concurrency level
  ocfs2: use system_wq instead of ocfs2_quota_wq
  ext4: convert to alloc_workqueue()
  scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim path
  scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()
  misc/iwmc3200top: use system_wq instead of dedicated workqueues
  i2o: use alloc_workqueue() instead of create_workqueue()
  acpi: kacpi*_wq don't need WQ_MEM_RECLAIM
  fs/aio: aio_wq isn't used in memory reclaim path
  input/tps6507x-ts: use system_wq instead of dedicated workqueue
  cpufreq: use system_wq instead of dedicated workqueues
  wireless/ipw2x00: use system_wq instead of dedicated workqueues
  arm/omap: use system_wq in mailbox
  workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER
2011-03-16 08:20:19 -07:00
..
9p
adfs
affs
afs
autofs4
befs
bfs
btrfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 2011-03-15 15:48:13 -07:00
cachefiles
ceph ceph: fix d_revalidate oopsen on NFS exports 2011-03-10 03:44:05 -05:00
cifs
coda
configfs
cramfs
debugfs
devpts
dlm
ecryptfs
efs
exofs
exportfs vfs: Add open by file handle support 2011-03-15 02:21:44 -04:00
ext2
ext3 ext3: Copy fs UUID to superblock. 2011-03-15 02:21:45 -04:00
ext4 Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
fat exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
freevxfs
fscache
fuse exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
gfs2 exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
hfs
hfsplus
hostfs
hpfs
hppfs
hugetlbfs
isofs exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
jbd
jbd2
jffs2
jfs fs: Remove i_nlink check from file system link callback 2011-03-15 02:21:44 -04:00
lockd
logfs
minix
ncpfs
nfs Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
nfs_common
nfsd
nilfs2
nls
notify
ntfs
ocfs2 Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
omfs
openpromfs
partitions Increase OSF partition limit from 8 to 18 2011-03-16 08:04:07 -07:00
proc /proc/self is never going to be invalidated... 2011-03-10 03:41:53 -05:00
qnx4
quota
ramfs
reiserfs Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
romfs
squashfs
sysfs
sysv
ubifs fs: Remove i_nlink check from file system link callback 2011-03-15 02:21:44 -04:00
udf exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
ufs
xfs Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
aio.c Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq 2011-03-16 08:20:19 -07:00
anon_inodes.c
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf_fdpic.c
binfmt_elf.c
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio-integrity.c
bio.c
block_dev.c
buffer.c
char_dev.c
compat_binfmt_elf.c
compat_ioctl.c
compat.c vfs: Add open by file handle support 2011-03-15 02:21:44 -04:00
dcache.c VFS: Fix the nfs sillyrename regression in kernel 2.6.38 2011-03-15 15:46:11 -07:00
dcookies.c
direct-io.c
drop_caches.c
eventfd.c
eventpoll.c
exec.c switch do_filp_open() to struct open_flags 2011-03-14 09:15:25 -04:00
fcntl.c New kind of open files - "location only". 2011-03-15 02:21:45 -04:00
fhandle.c vfs: Add open by file handle support 2011-03-15 02:21:44 -04:00
fifo.c
file_table.c Allow passing O_PATH descriptors via SCM_RIGHTS datagrams 2011-03-15 02:21:45 -04:00
file.c
filesystems.c
fs_struct.c
fs-writeback.c
generic_acl.c
inode.c prune back iprune_sem 2011-03-16 09:56:03 -04:00
internal.h vfs: Add open by file handle support 2011-03-15 02:21:44 -04:00
ioctl.c
ioprio.c
Kconfig vfs: Add name to file handle conversion support 2011-03-15 02:21:37 -04:00
Kconfig.binfmt
libfs.c
locks.c
Makefile vfs: Add name to file handle conversion support 2011-03-15 02:21:37 -04:00
mbcache.c
mpage.c
namei.c fix follow_link() breakage 2011-03-16 04:57:03 -04:00
namespace.c vfs: Export file system uuid via /proc/<pid>/mountinfo 2011-03-15 02:21:45 -04:00
nfsctl.c open-style analog of vfs_path_lookup() 2011-03-14 09:15:28 -04:00
no-block.c
open.c readlinkat(), fchownat() and fstatat() with empty relative pathnames 2011-03-15 02:21:45 -04:00
pipe.c
pnode.c
pnode.h
posix_acl.c
read_write.c
read_write.h
readdir.c
select.c
seq_file.c
signalfd.c
splice.c
stack.c
stat.c readlinkat(), fchownat() and fstatat() with empty relative pathnames 2011-03-15 02:21:45 -04:00
statfs.c clean statfs-like syscalls up 2011-03-14 09:15:28 -04:00
super.c
sync.c
timerfd.c
utimes.c
xattr_acl.c
xattr.c