summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong2011-07-151-0/+9
| * | | | | fs: locks: remove init_onceMiklos Szeredi2011-07-151-31/+10
| * | | | | nfsd41: check the size of requestMi Jinlong2011-07-151-0/+12
| * | | | | nfsd41: error out when client sets maxreq_sz or maxresp_sz too smallMi Jinlong2011-07-151-0/+27
| * | | | | nfsd4: fix file leak on open_downgradeJ. Bruce Fields2011-07-151-23/+8
| * | | | | nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields2011-07-151-11/+6
| * | | | | NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-155-3/+145
| * | | | | NFSD: added FREE_STATEID operationBryan Schumaker2011-07-154-2/+161
| * | | | | nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-158-1129/+0
| * | | | | NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-151-0/+5
* | | | | | vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not setLinus Torvalds2011-07-251-0/+2
* | | | | | Merge 'akpm' patch seriesLinus Torvalds2011-07-255-16/+11
|\ \ \ \ \ \
| * | | | | | reiserfs: use hweight_long()Akinobu Mita2011-07-251-5/+1
| * | | | | | reiserfs: use proper little-endian bitopsAkinobu Mita2011-07-252-4/+4
| * | | | | | tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-251-2/+2
| * | | | | | oom: make deprecated use of oom_adj more verboseDavid Rientjes2011-07-251-4/+3
| * | | | | | fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bitBecky Bruce2011-07-251-1/+1
* | | | | | | vfs: make gcc generate more obvious code for acl permission checkingLinus Torvalds2011-07-251-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-255-9/+5
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud