aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11Merge branch 'master' into for-nextJiri Kosina239-4337/+5297
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds14-117/+147
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+1
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds4-40/+113
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds3-38/+118
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds19-3/+20
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bcopeland/omfsLinus Torvalds5-30/+48
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds29-1747/+2468
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds178-2316/+2347
2010-08-10Merge branch 'master' into for-nextJiri Kosina146-2938/+4203
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester2-8/+10
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara1-2/+3
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes1-0/+8
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-4/+90
2010-08-09oom: move badness() declaration into oom.hAndrew Morton1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-2/+3
2010-08-09no need for list_for_each_entry_safe()/resetting with superblock listAl Viro2-20/+28
2010-08-09Fix sget() race with failing mountAl Viro2-1/+7
2010-08-09vfs: don't hold s_umount over close_bdev_exclusive() callTejun Heo1-0/+9
2010-08-09sysv: do not mark superblock dirty on remountArtem Bityutskiy1-2/+2
2010-08-09sysv: do not mark superblock dirty on mountArtem Bityutskiy1-1/+0
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy1-1/+0
2010-08-09BFS: clean up the superblock usageArtem Bityutskiy3-43/+7
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy1-5/+7
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy1-14/+5
2010-08-09cifs: truncate falloutChristoph Hellwig1-23/+7
2010-08-09mbcache: fix shrinker function return valueAndreas Gruenbacher1-17/+10
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher4-122/+55
2010-08-09add f_flags to struct statfs(64)Christoph Hellwig1-1/+46
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig7-35/+55
2010-08-09All filesystems that need invalidate_inode_buffers() are doing that explicitlyAl Viro1-1/+0
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro33-57/+93
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro8-98/+55
2010-08-09fs/inode.c:clear_inode() is goneAl Viro1-24/+4
2010-08-09fs/inode.c:evict() doesn't care about delete vs. non-delete paths nowAl Viro1-4/+4
2010-08-09->delete_inode() is goneAl Viro1-2/+0
2010-08-09convert ext4 to ->evict_inode()Al Viro4-10/+16
2010-08-09convert logfs to ->evict_inode()Al Viro3-36/+31
2010-08-09logfs: get rid of magical inodesAl Viro6-41/+31
2010-08-09convert nilfs2 to ->evict_inode()Al Viro3-24/+26
2010-08-09convert exofs to ->evict_inode()Al Viro3-6/+6
2010-08-09convert reiserfs to ->evict_inode()Al Viro2-10/+11
2010-08-09convert btrfs to ->evict_inode()Al Viro3-4/+8
2010-08-09switch gfs2 to ->evict_inode()Al Viro1-24/+15
2010-08-09convert ocfs2 to ->evict_inode()Al Viro3-11/+16
2010-08-09switch ncpfs to ->evict_inode()Al Viro1-6/+6
2010-08-09switch udf to ->evict_inode()Al Viro4-35/+21
2010-08-09switch ubifs to ->evict_inode()Al Viro1-4/+8