summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-08-21sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman
2013-08-21sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: fix up space coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: remove trailing whitespaceGreg Kroah-Hartman
2013-08-21sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman
2013-08-21sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman
2013-08-21sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman
2013-08-21sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman
2013-08-21sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman
2013-08-21[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter
2013-08-19proc: return on proc_readdir errorRichard Genoud
2013-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2013-08-19GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-08-19GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse
2013-08-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-08-17ext4: fix lost truncate due to race with writebackJan Kara
2013-08-17ext4: simplify truncation code in ext4_setattr()Jan Kara
2013-08-17ext4: fix ext4_writepages() in presence of truncateJan Kara
2013-08-17ext4: move test whether extent to map can be extended to one placeJan Kara
2013-08-17ext4: fix warning in ext4_da_update_reserve_space()Jan Kara
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara
2013-08-16ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o
2013-08-16ext4: allocate delayed allocation blocks before renameTheodore Ts'o
2013-08-16ext4: start handle at least possible moment when renaming filesTheodore Ts'o
2013-08-16ext4: add support for extent pre-cachingTheodore Ts'o
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o
2013-08-16ext4: print the block number of invalid extent tree blocksTheodore Ts'o
2013-08-16ext4: refactor code to read the extent tree blockTheodore Ts'o
2013-08-16jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp
2013-08-13fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-13ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu
2013-08-13ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang