summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds15-297/+538
2012-05-23Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds26-642/+369
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-23Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+935
2012-05-23Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+28
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-2/+10
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds21-493/+466
2012-05-22Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"Linus Torvalds1-0/+2
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+1
2012-05-22vfs: be even more careful about dentry RCU name lookupsLinus Torvalds1-2/+15
2012-05-22vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds1-16/+14
2012-05-21Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-1/+1
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds16-92/+146
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds2-36/+27
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds1-20/+24
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-46/+34
2012-05-20UBI: amend commentaries WRT dtypeArtem Bityutskiy1-3/+2
2012-05-20UBI: Kill data type hintRichard Weinberger16-99/+69
2012-05-20UBIFS: fix memory leak on error pathSidney Amani1-1/+1
2012-05-20UBIFS: make ubifs_lpt_init clean-up in case of failureArtem Bityutskiy1-2/+6
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+12
2012-05-19Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-12/+8
2012-05-19proc: move fd symlink i_mode calculations into tid_fd_revalidate()Linus Torvalds1-29/+14
2012-05-18fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entriesCyrill Gorcunov1-12/+8
2012-05-17pstore/ram: Add ECC supportAnton Vorontsov1-3/+12
2012-05-17pstore/ram: Switch to persistent_ram routinesAnton Vorontsov1-47/+59
2012-05-17staging: android: persistent_ram: Move to fs/pstore/ram_core.cAnton Vorontsov3-3/+538
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-57/+123
2012-05-17Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2012-05-16UBIFS: get rid of dbg_errArtem Bityutskiy12-119/+114
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy15-238/+19
2012-05-16UBIFS: remove a couple of unused macrosArtem Bityutskiy1-3/+0
2012-05-16cifs: fix misspelling of "forcedirectio"Jeff Layton1-1/+2
2012-05-16UBIFS: rename dumping functionsArtem Bityutskiy19-163/+160
2012-05-16UBIFS: get rid of dbg_dump_stackArtem Bityutskiy8-27/+24
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov3-0/+379
2012-05-16GFS2: Fix quota adjustment return codeBob Peterson1-1/+1
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter1-5/+3
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICMark Salter1-1/+1
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern1-5/+26
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2012-05-11bio allocation failure due to bio_get_nr_vecs()Bernd Schubert1-1/+6
2012-05-11block: don't mark buffers beyond end of disk as mappedJeff Moyer2-4/+6
2012-05-11GFS2: Add rgrp information to block_alloc trace pointBob Peterson2-9/+15
2012-05-11GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson3-19/+10
2012-05-11vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds15-38/+24
2012-05-11vfs: move dentry name length comparison from dentry_cmp() into callersLinus Torvalds1-3/+6
2012-05-11vfs: do the careful dentry name access for all dentry_cmp casesLinus Torvalds1-28/+26
2012-05-11vfs: remove unnecessary d_unhashed() check from __d_lookup_rcuLinus Torvalds1-2/+0