summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar
2012-03-23Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-03-23Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-03-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-23Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-22vfs: tidy up sparse warnings in fs/namei.cLinus Torvalds
2012-03-22vfs: tidy up fs/namei.c byte-repeat word constantsLinus Torvalds
2012-03-22fs: fix kernel-doc warnings in dcache.cRandy Dunlap
2012-03-22Fix full_name_hash() behaviour when length is a multiple of 8Al Viro
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi
2012-03-22xfs: introduce an allocation workqueueDave Chinner
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu
2012-03-22fs: xfs: fix section mismatch in linux-nextGerard Snitselaar
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder
2012-03-22ext4: remove useless s_dirt assignmentArtem Bityutskiy
2012-03-22ext4: write superblock only once on unmountArtem Bityutskiy
2012-03-22ext4: do not mark superblock as dirty unnecessarilyArtem Bityutskiy
2012-03-22ext4: correct ext4_punch_hole return codesAllison Henderson
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-22ext4: remove restrictive checks for EOFBLOCKS_FLLukas Czerner
2012-03-22ext4: always set then trimmed blocks count into lenLukas Czerner
2012-03-22ext4: fix trimmed block count accuntingLukas Czerner
2012-03-22ext4: fix start and len arguments handling in ext4_trim_fs()Lukas Czerner
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-03-22hugetlbfs: return error code when initializing moduleHillf Danton
2012-03-22hugetlbfs: fix alignment of huge page requestsSteven Truelove
2012-03-22mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes
2012-03-22hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-03-22hugetlb: cleanup hugetlb.hDavid Gibson
2012-03-22hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar