summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-23ext2: fix a typo on comment in ext2/inode.cNamhyung Kim
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches
2010-09-23fs/seq_file.c: Remove unnecessary casts of private_dataJoe Perches
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan
2010-08-11Merge branch 'master' into for-nextJiri Kosina
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-08-10Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-10Merge branch 'master' into for-nextJiri Kosina
2010-08-09vfs: fix warning: 'dirent' is used uninitialized in this functionKevin Winchester
2010-08-09mm: avoid resetting wb_start after each writeback roundJan Kara
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: move badness() declaration into oom.hAndrew Morton
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-09no need for list_for_each_entry_safe()/resetting with superblock listAl Viro
2010-08-09Fix sget() race with failing mountAl Viro
2010-08-09vfs: don't hold s_umount over close_bdev_exclusive() callTejun Heo
2010-08-09sysv: do not mark superblock dirty on remountArtem Bityutskiy
2010-08-09sysv: do not mark superblock dirty on mountArtem Bityutskiy
2010-08-09btrfs: remove junk sb_dirt changeArtem Bityutskiy
2010-08-09BFS: clean up the superblock usageArtem Bityutskiy
2010-08-09AFFS: wait for sb synchronization when neededArtem Bityutskiy
2010-08-09AFFS: clean up dirty flag usageArtem Bityutskiy
2010-08-09cifs: truncate falloutChristoph Hellwig
2010-08-09mbcache: fix shrinker function return valueAndreas Gruenbacher
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher
2010-08-09add f_flags to struct statfs(64)Christoph Hellwig
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-08-09All filesystems that need invalidate_inode_buffers() are doing that explicitlyAl Viro
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09Make ->drop_inode() just return whether inode needs to be droppedAl Viro
2010-08-09fs/inode.c:clear_inode() is goneAl Viro
2010-08-09fs/inode.c:evict() doesn't care about delete vs. non-delete paths nowAl Viro
2010-08-09->delete_inode() is goneAl Viro
2010-08-09convert ext4 to ->evict_inode()Al Viro
2010-08-09convert logfs to ->evict_inode()Al Viro
2010-08-09logfs: get rid of magical inodesAl Viro
2010-08-09convert nilfs2 to ->evict_inode()Al Viro
2010-08-09convert exofs to ->evict_inode()Al Viro
2010-08-09convert reiserfs to ->evict_inode()Al Viro
2010-08-09convert btrfs to ->evict_inode()Al Viro