summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: remove unused trans pointer arg from xlog_recover_unmount_trans()Eric Sandeen2014-04-141-3/+2
| * | xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()Eric Sandeen2014-04-144-8/+6
| * | xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()Eric Sandeen2014-04-143-3/+2
| * | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-143-6/+4
| * | xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-143-13/+6
| * | xfs: remove unused length arg from alloc_block opsEric Sandeen2014-04-145-7/+4
| * | xfs: remove unused mp arg from xfs_calc_dquots_per_chunk()Eric Sandeen2014-04-143-6/+4
| * | xfs: remove unused mp arg from xfs_dir2 dataptr/byte functionsEric Sandeen2014-04-143-13/+13
| * | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-146-15/+12
| * | xfs: remove unused bip arg from xfs_buf_item_log_segment()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused flags arg from _xfs_buf_get_pages()Eric Sandeen2014-04-141-5/+4
| * | xfs: remove unused args from xfs_alloc_buftarg()Eric Sandeen2014-04-143-9/+5
| * | xfs: remove unused blocksize arg from xfs_setsize_buftarg()Eric Sandeen2014-04-143-8/+3
| * | xfs: remove unused level arg from xfs_btree_read_buf_block()Eric Sandeen2014-04-141-19/+13
| * | xfs: remove unused mp arg from xfs_bmap_forkoff_reset()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused mp arg from xfs_bmdr_maxrecs()Eric Sandeen2014-04-143-7/+5
| * | xfs: remove unused mp arg from xfs_attr3_rmt_hdr_ok()Eric Sandeen2014-04-141-2/+1
| * | xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-148-23/+20
| |/
* | xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
* | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
* | xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
* | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
* | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
* | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
* | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
* | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
* | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
* | Merge tag 'xfs-for-linus-3.15-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-099-50/+77
|\ \
| * | xfs: remote attribute overwrite causes transaction overrunDave Chinner2014-05-055-14/+42
| * | xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-051-26/+29
| * | xfs: fully support v5 format filesystemsDave Chinner2014-05-053-10/+6
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-05-064-4/+9
|\ \ \
| * | | fs/affs/super.c: bugfix / double freeFabian Frederick2014-05-061-2/+0
| * | | fanotify: fix -EOVERFLOW with large files on 64-bitWill Woods2014-05-061-0/+2
| * | | autofs: fix lockref lookupIan Kent2014-05-061-2/+2
| * | | hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-05-063-219/+111
|\ \ \ \ | |/ / / |/| | |
| * | | posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-05-061-0/+6
| * | | dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi2014-05-031-23/+4
| * | | more graceful recovery in umount_collect()Al Viro2014-05-031-76/+25
| * | | don't remove from shrink list in select_collect()Al Viro2014-05-031-21/+10
| * | | dentry_kill(): don't try to remove from shrink listAl Viro2014-05-011-8/+19
| * | | expand the call of dentry_lru_del() in dentry_kill()Al Viro2014-05-011-1/+6
| * | | new helper: dentry_free()Al Viro2014-05-011-5/+10
| * | | fold try_prune_one_dentry()Al Viro2014-05-011-50/+25
| * | | fold d_kill() and d_free()Al Viro2014-05-011-52/+24
| * | | fix races between __d_instantiate() and checks of dentry flagsAl Viro2014-04-192-5/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-065-86/+172
|\ \ \
| * | | fuse: add renameat2 supportMiklos Szeredi2014-04-282-8/+50
| * | | fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1