summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: Do not try to validate extents on special filesTheodore Ts'o2009-04-241-2/+6
| * | | ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-04-241-3/+1
| * | | ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-04-241-1/+11
| |/ /
| * | ROMFS: Advance destination buffer pointer when reading from a blockdevDavid Howells2009-04-241-0/+1
| * | ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonDavid Howells2009-04-243-22/+53
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-246-28/+42
| |\ \
| | * | ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o2009-04-221-1/+2
| | * | ext4: Make the extent validity check more paranoidTheodore Ts'o2009-04-221-6/+12
| | * | jbd: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-142-10/+12
| | * | jbd2: use SWRITE_SYNC_PLUG when writing synchronous revoke recordsTheodore Ts'o2009-04-142-10/+14
| | * | ext4: really print the find_group_flex fallback warning only onceChuck Ebbert2009-04-141-1/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2009-04-249-143/+90
| |\ \ \
| | * | | eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks2009-04-221-6/+18
| | * | | eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks2009-04-221-0/+4
| | * | | eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks2009-04-223-1/+8
| | * | | eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-224-32/+41
| | * | | eCryptfs: Print FNEK sig properly in /proc/mountsTyler Hicks2009-04-221-1/+4
| | * | | eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Tyler Hicks2009-04-222-99/+11
| | * | | eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks2009-04-221-4/+4
| * | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-04-241-0/+5
| |\ \ \ \
| | * | | | [S390] /proc/stat idle field for idle cpusMartin Schwidefsky2009-04-231-0/+5
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-241-3/+10
| |\ \ \ \
| | * | | | GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse2009-04-231-1/+9
| | * | | | GFS2: Fix bug in block allocationSteven Whitehouse2009-04-231-2/+1
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-04-241-67/+57
| |\ \ \ \
| | * | | | bio: use bio_kmalloc() in copy/map functionsTejun Heo2009-04-221-3/+3
| | * | | | bio: fix bio_kmalloc()Tejun Heo2009-04-221-64/+54
| | |/ / /
| * | | | check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov2009-04-241-4/+2
| * | | | do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov2009-04-242-15/+15
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2110-83/+272
| |\ \ \ | | | |/ | | |/|
| | * | Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-212-9/+31
| | * | Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
| | * | Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
| | * | Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-205-15/+56
| | * | Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-205-46/+141
| * | | hugetlbfs: return negative error code for bad mount optionAkinobu Mita2009-04-211-2/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2009-04-212-1/+9
| |\ \ \
| | * | | GFS2: Fix page_mkwrite() return codeSteven Whitehouse2009-04-201-1/+3
| | * | | GFS2: Clear dirty bit at end of inode glock syncSteven Whitehouse2009-04-201-0/+6
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-2119-287/+183
| |\ \ \ \
| | * | | | fs: Mark get_filesystem_list() as __init function.Tetsuo Handa2009-04-201-1/+1
| | * | | | kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2009-04-202-71/+52
| | * | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-202-42/+33
| | * | | | ecryptfs: use memdup_user()Li Zefan2009-04-201-10/+5
| | * | | | ncpfs: use memdup_user()Li Zefan2009-04-201-14/+7
| | * | | | xfs: use memdup_user()Li Zefan2009-04-202-24/+11
| | * | | | sysfs: use memdup_user()Li Zefan2009-04-201-10/+3
| | * | | | btrfs: use memdup_user()Li Zefan2009-04-202-46/+16
| | * | | | xattr: use memdup_user()Li Zefan2009-04-201-7/+3
| | * | | | autofs4: use memchr() in invalid_string()Al Viro2009-04-201-6/+4