summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-2614-230/+339
|\
| * ext3: Fix data corruption in inodes with journalled dataJan Kara2011-07-231-5/+35
| * ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui2011-07-221-5/+5
| * ext3: Fix compilation with -DDX_DEBUGBernd Schubert2011-07-201-2/+2
| * jbd: Use WRITE_SYNC in journal checkpoint.Tao Ma2011-06-281-1/+5
| * jbd: Fix oops in journal_remove_journal_head()Jan Kara2011-06-274-137/+104
| * ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs()Lukas Czerner2011-06-251-3/+1
| * ext3/ioctl.c: silence sparse warnings about different address spacesH Hartley Sweeten2011-06-251-2/+2
| * ext3: Improve truncate error handlingJan Kara2011-06-251-38/+63
| * ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara2011-06-251-2/+10
| * jbd: fix a bug of leaking jh->b_jcountDing Dinghua2011-06-251-1/+1
| * jbd: remove dependency on __GFP_NOFAILJan Kara2011-06-251-4/+4
| * ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-252-17/+11
| * jbd: Add fixed tracepointsLukas Czerner2011-06-253-0/+19
| * ext3: Add fixed tracepointsLukas Czerner2011-06-256-16/+82
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-266-274/+286
|\ \
| * | cifs: Cleanup: check return codes of crypto api callsShirish Pargaonkar2011-07-253-23/+103
| * | CIFS: Fix oops while mounting with prefixpathPavel Shilovsky2011-07-251-1/+1
| * | [CIFS] Redundant null check after dereferenceSteve French2011-07-251-5/+0
| * | cifs: use cifs_dirent in cifs_save_resume_keyChristoph Hellwig2011-07-252-58/+10
| * | cifs: use cifs_dirent to replace cifs_get_name_from_search_bufChristoph Hellwig2011-07-251-86/+23
| * | cifs: introduce cifs_direntChristoph Hellwig2011-07-251-69/+125
| * | cifs: cleanup cifs_filldirChristoph Hellwig2011-07-251-44/+36
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-266-180/+223
|\ \ \
| * | | writeback: don't busy retry writeback on new/freeing inodesWu Fengguang2011-07-241-1/+1
| * | | writeback: scale IO chunk size up to half device bandwidthWu Fengguang2011-07-091-13/+10
| * | | writeback: introduce smoothed global dirty limitWu Fengguang2011-07-091-1/+1
| * | | writeback: bdi write bandwidth estimationWu Fengguang2011-07-091-0/+13
| * | | writeback: make writeback_control.nr_to_write straightWu Fengguang2011-07-092-87/+111
| * | | writeback: trace event writeback_queue_ioWu Fengguang2011-06-081-4/+10
| * | | writeback: trace event writeback_single_inodeWu Fengguang2011-06-081-0/+4
| * | | writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-082-3/+2
| * | | writeback: remove writeback_control.more_ioWu Fengguang2011-06-081-7/+2
| * | | writeback: avoid extra sync work at enqueue timeWu Fengguang2011-06-081-13/+3
| * | | writeback: elevate queue_io() into wb_writeback()Wu Fengguang2011-06-081-17/+12
| * | | writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-083-57/+61
| * | | writeback: refill b_io iff emptyWu Fengguang2011-06-081-2/+3
| * | | writeback: the kupdate expire timestamp should be a moving targetWu Fengguang2011-06-081-5/+6
| * | | writeback: try more writeback as long as something was writtenWu Fengguang2011-06-081-8/+8
| * | | writeback: introduce writeback_control.inodes_writtenWu Fengguang2011-06-081-0/+4
| * | | writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang2011-06-081-0/+9
| * | | writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2011-06-082-10/+11
* | | | p9: avoid unused variable warningLinus Torvalds2011-07-251-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-07-255-5/+25
|\ \ \ \
| * | | | Squashfs: Make ZLIB compression support optionalPhillip Lougher2011-07-225-5/+25
* | | | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-2519-1267/+486
|\ \ \ \ \
| * | | | | nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley2011-07-231-6/+12
| * | | | | locks: rename lock-manager opsJ. Bruce Fields2011-07-205-29/+29
| * | | | | nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-186-23/+54
| * | | | | nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields2011-07-183-10/+8