summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-0/+54
2013-08-21[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier1-5/+15
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds1-1/+1
2013-08-19pstore/ram: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah1-8/+28
2013-08-19pstore: Add file extension to pstore file if compressedAruna Balakrishnaiah3-6/+10
2013-08-19pstore: Add decompression support to pstoreAruna Balakrishnaiah1-2/+51
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2-2/+5
2013-08-19pstore: Add compression support to pstoreAruna Balakrishnaiah1-9/+139
2013-08-19pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is selectedAruna Balakrishnaiah1-0/+2
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2-4/+5
2013-08-19pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter1-2/+1
2013-08-19proc: return on proc_readdir errorRichard Genoud1-1/+3
2013-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds4-11/+23
2013-08-19GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse1-0/+4
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter1-4/+4
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski1-5/+13
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-1/+1
2013-08-19GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse1-1/+1
2013-08-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-21/+52
2013-08-17ext4: fix lost truncate due to race with writebackJan Kara2-9/+32
2013-08-17ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-08-17ext4: fix ext4_writepages() in presence of truncateJan Kara1-41/+66
2013-08-17ext4: move test whether extent to map can be extended to one placeJan Kara1-20/+29
2013-08-17ext4: fix warning in ext4_da_update_reserve_space()Jan Kara3-5/+20
2013-08-17quota: provide interface for readding allocated space into reserved spaceJan Kara2-2/+55
2013-08-16ext4: avoid reusing recently deleted inodes in no journal modeTheodore Ts'o1-0/+51
2013-08-16ext4: allocate delayed allocation blocks before renameTheodore Ts'o1-5/+7
2013-08-16ext4: start handle at least possible moment when renaming filesTheodore Ts'o1-10/+13
2013-08-16ext4: add support for extent pre-cachingTheodore Ts'o4-29/+136
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o6-31/+114
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o3-26/+33
2013-08-16ext4: print the block number of invalid extent tree blocksTheodore Ts'o1-12/+12
2013-08-16ext4: refactor code to read the extent tree blockTheodore Ts'o1-54/+43
2013-08-16jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara3-17/+48
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+2
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-08-13fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-13ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu1-3/+1
2013-08-13ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang5-53/+16
2013-08-13ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu1-1/+1
2013-08-13hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+2
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-6/+15
2013-08-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-51/+98
2013-08-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+21
2013-08-12dlm: remove signal blockingDavid Teigland1-19/+6
2013-08-12jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-08-12ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-68/+119
2013-08-10Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-14/+27