summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-01-211-0/+3
|\
| * compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto2010-01-201-0/+3
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-01-211-1/+1
|\ \
| * | fs/bio.c: fix shadows sparse warningThiago Farina2010-01-191-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-01-214-50/+109
|\ \ \
| * | | ecryptfs: use after freeDan Carpenter2010-01-191-2/+2
| * | | ecryptfs: Eliminate useless codeJulia Lawall2010-01-191-1/+1
| * | | ecryptfs: fix interpose/interpolate typos in commentsErez Zadok2010-01-191-2/+2
| * | | ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok2010-01-191-1/+2
| * | | ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok2010-01-191-3/+0
| * | | ecryptfs: don't ignore return value from lock_renameErez Zadok2010-01-191-1/+12
| * | | ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok2010-01-191-7/+7
| * | | eCryptfs: Remove mmap from directory operationsTyler Hicks2010-01-191-1/+0
| * | | eCryptfs: Add getattr functionTyler Hicks2010-01-191-0/+16
| * | | eCryptfs: Use notify_change for truncating lower inodesTyler Hicks2010-01-191-32/+67
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-217-41/+125
|\ \ \ | |/ / |/| |
| * | Btrfs: fix possible panic on unmountJosef Bacik2010-01-171-13/+19
| * | Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason2010-01-171-5/+7
| * | Btrfs: fix regression in orphan cleanupJosef Bacik2010-01-171-0/+6
| * | Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng2010-01-171-20/+80
| * | Btrfs, fix memory leaks in error pathsJiri Slaby2010-01-172-2/+6
| * | Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng2010-01-171-0/+2
| * | btrfs: fix missing last-entry in readdir(3)Jan Engelhardt2010-01-171-1/+5
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-01-188-130/+201
|\ \ \
| * | | xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner2010-01-151-16/+90
| * | | xfs: fix missing error check in xfs_rtfree_rangeDave Chinner2010-01-151-0/+2
| * | | xfs: fix stale inode flush avoidanceDave Chinner2010-01-151-6/+15
| * | | xfs: Remove inode iolock held check during allocationDave Chinner2010-01-151-1/+0
| * | | xfs: reclaim all inodes by background tree walksDave Chinner2010-01-151-8/+6
| * | | xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner2010-01-151-13/+18
| * | | xfs: reclaim inodes under a write lockDave Chinner2010-01-153-87/+71
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-01-178-77/+51
|\ \ \ \
| * | | | do_add_mount() should sanitize mnt_flagsAl Viro2010-01-161-0/+2
| * | | | CIFS shouldn't make mountpoints shrinkableAl Viro2010-01-161-2/+1
| * | | | mnt_flags fixes in do_remount()Al Viro2010-01-161-1/+5
| * | | | attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Al Viro2010-01-161-2/+2
| * | | | may_umount() needs namespace_semAl Viro2010-01-161-0/+2
| * | | | Fix configfs leakAl Viro2010-01-141-1/+3
| * | | | Fix the -ESTALE handling in do_filp_open()Al Viro2010-01-141-11/+9
| * | | | ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi2010-01-141-12/+12
| * | | | Fix ACC_MODE() for realAl Viro2010-01-141-1/+1
| * | | | hppfs: handle ->put_link()Al Viro2010-01-141-6/+12
| * | | | Kill 9p readlink()Al Viro2010-01-141-40/+1
| * | | | fix autofs/afs/etc. magic mountpoint breakageAl Viro2010-01-142-1/+1
* | | | | nommu: fix shared mmap after truncate shrinkage problemsDavid Howells2010-01-161-30/+1
* | | | | nommu: fix race between ramfs truncation and shared mmapDavid Howells2010-01-161-1/+6
* | | | | inotify: only warn once for inotify problemsEric Paris2010-01-151-1/+1
* | | | | inotify: do not reuse watch descriptorsEric Paris2010-01-151-2/+2
|/ / / /
* | | | Merge branch 'fasync-helper'Linus Torvalds2010-01-131-36/+66
|\ \ \ \ | |/ / / |/| | |
| * | | fasync: split 'fasync_helper()' into separate add/remove functionsLinus Torvalds2009-12-161-36/+66