aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 14-73/+117
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Gravatar Linus Torvalds 2-16/+4
2012-03-05coredump_wait: don't call complete_vfork_done()Gravatar Oleg Nesterov 1-12/+2
2012-03-05vfork: introduce complete_vfork_done()Gravatar Oleg Nesterov 1-6/+2
2012-03-05aio: wake up waiters when freeing unused kiocbsGravatar Jeff Moyer 1-0/+2
2012-03-05aout: move setup_arg_pages() prior to reading/mapping the binaryGravatar Al Viro 1-7/+7
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Gravatar Paul Mackerras 1-1/+1
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cGravatar Linus Torvalds 1-0/+20
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