summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-21kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro5-6/+0
2012-03-21move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro7-6/+6
2012-03-21take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro11-137/+133
2012-03-21vfs: take path_get_longterm() out of write_seqcount scopeAl Viro1-12/+15
2012-03-21no need to play with fs->seq in exit_fs()Al Viro1-2/+0
2012-03-21switch touch_atime to struct pathAl Viro8-19/+21
2012-03-21switch unix_sock to struct pathAl Viro4-29/+19
2012-03-21constify path argument of trace_seq_path()Al Viro2-3/+3
2012-03-21constify path argument of audit_log_d_path()Al Viro2-2/+2
2012-03-21aio: fix the comment in aio_kick_handler()Al Viro1-1/+1
2012-03-21aio: don't bother with cancel_delayed_work() in exit_aio()Al Viro1-4/+0
2012-03-21aio: use cancel_delayed_work_sync()Al Viro1-2/+1
2012-03-21aio: aio_nr_lock is taken only synchronously nowAl Viro1-3/+3
2012-03-21aio: aio_nr decrements don't need to be delayedAl Viro1-28/+14
2012-03-21aio: don't bother with async freeing on failure in ioctx_alloc()Al Viro1-7/+5
2012-03-21fs: initial qnx6fs additionKai Bankett13-0/+1668
2012-03-21qnx4fs: small cleanupKai Bankett2-31/+0
2012-03-21vfs: d_alloc_root() goneAl Viro3-25/+6
2012-03-21tidy up after d_make_root() conversionAl Viro6-53/+26
2012-03-21minixfs: switch to d_make_root()Al Viro1-16/+12
2012-03-21hfsplus: switch to d_make_root()Al Viro1-8/+9
2012-03-21fat: switch to d_make_root()Al Viro1-4/+4
2012-03-21ntfs: switch to d_make_root()Al Viro1-3/+4
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
2012-03-21procfs: clean proc_fill_super() upAl Viro1-4/+3
2012-03-21... and the same failure exits cleanup for ocfs2Al Viro1-6/+4
2012-03-21coda: clean failure exits in coda_fill_super()Al Viro1-4/+1
2012-03-21clean up the failure exits in cifs_read_super()Al Viro1-4/+1
2012-03-21vfs: turn generic_drop_inode() into static inlineAl Viro2-12/+4
2012-03-21ecryptfs: don't bother with ->drop_inode()Al Viro1-1/+0
2012-03-21vfs: drop_file_write_access() made staticAl Viro2-3/+1
2012-03-21vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro26-149/+46
2012-03-19Linux 3.3Linus Torvalds1-1/+1
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-64/+57
2012-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-33/+48
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-17ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-17Merge branch 'akpm' (more patches from Andrew)Linus Torvalds1-0/+7
2012-03-17nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2012-03-17nilfs2: clamp ns_r_segments_percentage to [1, 99]Haogang Chen1-0/+6
2012-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+8
2012-03-17Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-27/+0
2012-03-17afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2012-03-17afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2012-03-16C6X: remove dead code from entry.SMark Salter1-27/+0
2012-03-16wimax/i2400m: fix erroneous NETDEV_TX_BUSY useEric Dumazet1-20/+10
2012-03-16net/hyperv: fix erroneous NETDEV_TX_BUSY useEric Dumazet1-2/+2
2012-03-16net/usbnet: reserve headroom on rx skbsEric Dumazet1-2/+2
2012-03-16bnx2x: fix memory leak in bnx2x_init_firmware()Michal Schmidt1-26/+24