summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-09aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-09aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+7
2012-03-06Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2-16/+4
2012-03-05coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-05vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-05aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-05aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro1-7/+7
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-0/+20
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason1-1/+1
2012-03-03btrfs: fix locking issues in find_parent_nodes()Li Zefan1-2/+6
2012-03-02vfs: export full_name_hash() function to modulesLinus Torvalds1-0/+1
2012-03-02vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds1-18/+34
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-4/+9
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-5/+8
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-1/+1
2012-02-28ecryptfs: fix printk format warning for size_tRandy Dunlap1-1/+1
2012-02-28GFS2: Read resource groups on mountSteven Whitehouse4-20/+17
2012-02-28GFS2: Ensure rindex is uptodate for fallocateBob Peterson1-0/+5
2012-02-28GFS2: Read in rindex if necessary during unlinkBob Peterson1-2/+7
2012-02-28GFS2: Fix race between lru_list and glock ref countSteven Whitehouse1-4/+10
2012-02-27Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov24-137/+319
2012-02-26cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-02-26CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky1-9/+19
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-0/+15
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-131/+250
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason4-20/+26
2012-02-24Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov8-99/+86
2012-02-24NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov1-3/+3
2012-02-23Restore direct_io / truncate locking APIAnton Altaparmakov1-2/+2
2012-02-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+25
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo1-1/+1
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason1-4/+3
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason1-0/+6
2012-02-23Btrfs: make sure we update latest_bdevChris Mason2-1/+22
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason2-7/+26
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-76/+61
2012-02-22NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov1-3/+3
2012-02-22NTFS: Remove unused variable.Anton Altaparmakov1-3/+1
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo1-2/+1
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-44/+82
2012-02-17NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-02-17NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust1-65/+42
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4