aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-02vfs: export full_name_hash() function to modulesGravatar Linus Torvalds 1-0/+1
2012-03-02vfs: split up name hashing in link_path_walk() into helper functionGravatar Linus Torvalds 1-18/+34
2012-03-02vfs: uninline full_name_hash()Gravatar Linus Torvalds 1-4/+9
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsGravatar Linus Torvalds 1-5/+8
2012-03-02regset: Prevent null pointer reference on readonly regsetsGravatar H. Peter Anvin 1-1/+1
2012-02-28ecryptfs: fix printk format warning for size_tGravatar Randy Dunlap 1-1/+1
2012-02-28GFS2: Read resource groups on mountGravatar Steven Whitehouse 4-20/+17
2012-02-28GFS2: Ensure rindex is uptodate for fallocateGravatar Bob Peterson 1-0/+5
2012-02-28GFS2: Read in rindex if necessary during unlinkGravatar Bob Peterson 1-2/+7
2012-02-28GFS2: Fix race between lru_list and glock ref countGravatar Steven Whitehouse 1-4/+10
2012-02-27Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxGravatar Anton Altaparmakov 24-137/+319
2012-02-25autofs: work around unhappy compat problem on x86-64Gravatar Ian Kent 4-3/+23
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadGravatar Oleg Nesterov 2-4/+32
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Gravatar Oleg Nesterov 2-0/+15
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 17-131/+250
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsGravatar Chris Mason 4-20/+26
2012-02-24Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxGravatar Anton Altaparmakov 8-99/+86
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Gravatar Anton Altaparmakov 1-3/+3
2012-02-23Restore direct_io / truncate locking APIGravatar Anton Altaparmakov 1-2/+2
2012-02-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 5-23/+25
2012-02-23Btrfs: increase the global block reserve estimatesGravatar Liu Bo 1-1/+1
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresGravatar Chris Mason 1-4/+3
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolGravatar Chris Mason 1-0/+6
2012-02-23Btrfs: make sure we update latest_bdevGravatar Chris Mason 2-1/+22
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersGravatar Chris Mason 2-7/+26
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-76/+61
2012-02-22NTFS: Do not dereference pointer before checking for NULL.Gravatar Anton Altaparmakov 1-3/+3
2012-02-22NTFS: Remove unused variable.Gravatar Anton Altaparmakov 1-3/+1
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterGravatar Linus Torvalds 1-1/+1
2012-02-21xfs: make inode quota check more generalGravatar Mitsuo Hayasaka 1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkGravatar Mitsuo Hayasaka 4-19/+19
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitGravatar Liu Bo 1-2/+1
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-44/+82
2012-02-17NFSv4: fix server_scope memory leakGravatar Weston Andros Adamson 1-6/+9
2012-02-17NFSv4.1: Fix a NFSv4.1 session initialisation regressionGravatar Trond Myklebust 1-65/+42
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrGravatar Tyler Hicks 1-0/+2
2012-02-16eCryptfs: Improve statfs reportingGravatar Tyler Hicks 4-14/+83
2012-02-16Btrfs: fix a bug on overcommit stuffGravatar Liu Bo 1-1/+4
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitGravatar Liu Bo 1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearGravatar Liu Bo 1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyGravatar Tsutomu Itoh 3-2/+4
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentGravatar Miao Xie 1-24/+29
2012-02-16Btrfs: fix return value check of extent_io_opsGravatar Tsutomu Itoh 1-6/+10
2012-02-16btrfs: honor umask when creating subvol rootGravatar Florian Albrechtskirchinger 1-2/+4
2012-02-15btrfs: silence warning in raid array setupGravatar David Sterba 1-0/+14
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordGravatar David Sterba 2-3/+3
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerGravatar Jeff Mahoney 3-27/+53
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Gravatar Tsutomu Itoh 1-0/+1
2012-02-15btrfs: don't check DUP chunks twiceGravatar Arne Jansen 1-3/+5