summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-07CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-07cifs: possible memory leak in xattr.Santosh Nayak1-3/+3
2012-03-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+37
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-73/+117
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds2-16/+4
2012-03-06coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-12/+2
2012-03-06vfork: introduce complete_vfork_done()Oleg Nesterov1-6/+2
2012-03-06aio: wake up waiters when freeing unused kiocbsJeff Moyer1-0/+2
2012-03-06aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro1-7/+7
2012-03-05GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpdBob Peterson1-10/+4
2012-03-05GFS2: Eliminate sd_rindex_mutexBob Peterson3-14/+10
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar66-643/+779
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-03-05vfs: 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-03vfs: export full_name_hash() function to modulesLinus Torvalds1-0/+1
2012-03-03vfs: split up name hashing in link_path_walk() into helper functionLinus Torvalds1-18/+34
2012-03-03vfs: uninline full_name_hash()Linus Torvalds1-4/+9
2012-03-03vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-5/+8
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-1/+1
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-2/+1
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-4/+12
2012-03-01GFS2: Unlock rindex mutex on glock errorBob Peterson1-1/+2
2012-02-29ecryptfs: fix printk format warning for size_tRandy Dunlap1-1/+1
2012-02-28GFS2: Make bd_cmp() staticSteven Whitehouse1-1/+1
2012-02-28GFS2: Sort the ordered write listBob Peterson1-0/+16
2012-02-28GFS2: FITRIM ioctl supportSteven Whitehouse7-36/+152
2012-02-28GFS2: Move two functions from log.c to lops.cSteven Whitehouse3-101/+97
2012-02-28GFS2: glock statistics gatheringSteven Whitehouse5-19/+431
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-27cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-02-27CIFS: Fix mkdir/rmdir bug for the non-POSIX casePavel Shilovsky1-9/+19
2012-02-27Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt33-237/+406
2012-02-26autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-02-25sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa1-5/+6
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-24Restore direct_io / truncate locking APIAnton Altaparmakov1-2/+2
2012-02-24Merge 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