aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+2
2012-01-25eCryptfs: move misleading function commentsLi Wang1-4/+4
2012-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds6-194/+154
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-01-25eCryptfs: Remove unused ecryptfs_read()Tyler Hicks1-73/+0
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-25eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks3-41/+55
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner1-2/+3
2012-01-25ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-14/+47
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds1-1/+1
2012-01-23Merge branch 'akpm'Linus Torvalds1-0/+3
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-201/+421
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds1-0/+2
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-40/+27
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French8-138/+146
2012-01-18[CIFS] ACL and FSCACHE support no longer EXPERIMENTALSteve French1-2/+1
2012-01-18[CIFS] Fix build break with multiuser patch when LANMAN disabledSteve French1-0/+2
2012-01-17cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton1-1/+10
2012-01-17cifs: fetch credentials out of keyring for non-krb5 auth multiuser mountsJeff Layton1-10/+165
2012-01-17cifs: sanitize username handlingJeff Layton3-13/+27
2012-01-17cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-17cifs: better instrumentation for coalesce_t2Jeff Layton1-34/+50
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-19/+14
2012-01-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds18-542/+374
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-125/+110
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds33-921/+6746
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-17audit: do not call audit_getname on errorEric Paris1-15/+13
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-3/+0
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig5-92/+30
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig12-82/+56
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig4-9/+24
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig6-46/+76
2012-01-17xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig8-115/+81
2012-01-16Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-178/+222
2012-01-16Btrfs: use larger system chunksChris Mason2-1/+4
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik5-16/+7
2012-01-16Btrfs: space leak tracepointsJosef Bacik4-20/+89
2012-01-16Btrfs: protect orphan block rsv with spin_lockJosef Bacik1-4/+19
2012-01-16Btrfs: add allocator tracepointsJosef Bacik2-1/+20
2012-01-16Btrfs: don't call btrfs_throttle in file writeJosef Bacik1-1/+0
2012-01-16Btrfs: release space on error in page_mkwriteJosef Bacik1-1/+1
2012-01-16Btrfs: fix btrfsck error 400 when truncating a compressedMiao Xie1-7/+1
2012-01-16Btrfs: do not use btrfs_end_transaction_throttle everywhereJosef Bacik2-10/+10
2012-01-16Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...Chris Mason10-10/+3201
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason21-419/+1639
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason6-226/+280
2012-01-16Merge branch 'restriper' of git://github.com/idryomov/btrfs-unstable into int...Chris Mason8-98/+1385
2012-01-16Merge branch 'allocation-fixes' into integrationChris Mason4-108/+91
2012-01-16Btrfs: add balance progress reportingIlya Dryomov4-5/+84
2012-01-16Btrfs: allow for resuming restriper after it was pausedIlya Dryomov1-0/+15
2012-01-16Btrfs: allow for canceling restriperIlya Dryomov6-3/+53
2012-01-16Btrfs: allow for pausing restriperIlya Dryomov6-3/+94
2012-01-16Btrfs: add skip_balance mount optionIlya Dryomov3-5/+17
2012-01-16Btrfs: recover balance on mountIlya Dryomov3-2/+139
2012-01-16Btrfs: save balance parameters to diskIlya Dryomov2-1/+231
2012-01-16Btrfs: soft profile changing mode (aka soft convert)Ilya Dryomov2-0/+29
2012-01-16Btrfs: implement online profile changingIlya Dryomov3-1/+129
2012-01-16Btrfs: do not reduce profile in do_chunk_alloc()Ilya Dryomov2-1/+19
2012-01-16Btrfs: virtual address space subset filterIlya Dryomov2-0/+21
2012-01-16Btrfs: devid subset filterIlya Dryomov2-0/+47
2012-01-16Btrfs: devid filterIlya Dryomov2-0/+24
2012-01-16Btrfs: usage filterIlya Dryomov2-0/+37
2012-01-16Btrfs: profiles filterIlya Dryomov2-0/+28
2012-01-16Btrfs: add basic infrastructure for selective balancingIlya Dryomov3-2/+71
2012-01-16Btrfs: add basic restriper infrastructureIlya Dryomov6-41/+281
2012-01-16Btrfs: make avail_*_alloc_bits fields dynamicIlya Dryomov1-0/+20
2012-01-16Btrfs: add BTRFS_AVAIL_ALLOC_BIT_SINGLE bitIlya Dryomov2-9/+36
2012-01-16Btrfs: introduce masks for chunk type and profileIlya Dryomov3-27/+22
2012-01-16Btrfs: get rid of *_alloc_profile fieldsIlya Dryomov4-16/+6
2012-01-16sched/accounting, proc: Fix /proc/stat interrupts sumRussell King1-0/+2
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-24/+4
2012-01-15Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-14/+17
2012-01-15UBIFS: fix non-debug configuration buildDominique Martinet1-14/+17
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-14fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds4-4/+4
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-130/+433
2012-01-13Unused iocbs in a batch should not be accounted as active.Gleb Natapov1-2/+9
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-nextLinus Torvalds4-12/+25
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds11-49/+1106
2012-01-13Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds6-104/+110
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-42/+97
2012-01-13xfs: remove the unused dm_attrs structureChristoph Hellwig1-7/+0
2012-01-13xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig1-18/+18
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig7-142/+65
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent1-1/+1
2012-01-13UBIFS: fix key printingArtem Bityutskiy6-88/+91
2012-01-13UBIFS: use snprintf instead of sprintf when printing keysArtem Bityutskiy1-18/+20
2012-01-12Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds10-50/+269
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov1-2/+5
2012-01-12dio: optimize cache misses in the submission pathAndi Kleen1-9/+37
2012-01-12vfs: cache request_queue in struct block_deviceAndi Kleen1-0/+3
2012-01-12fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma1-7/+4
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman4-6/+7
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman4-6/+7
2012-01-12epoll: limit pathsJason Baron1-25/+209
2012-01-12pipe: fail cleanly when root tries F_SETPIPE_SZ with big sizeSasha Levin1-1/+1
2012-01-12proc: fix null pointer deref in proc_pid_permission()Xiaotian Feng1-0/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-3/+3
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-1/+1
2012-01-12pnfsblock: alloc short extent before submit bioPeng Tao3-37/+131
2012-01-12pnfsblock: remove rpc_call_ops from struct parallel_ioPeng Tao1-13/+0
2012-01-12pnfsblock: move find lock page logic out of bl_write_pagelistPeng Tao1-24/+54
2012-01-12pnfsblock: cleanup bl_mark_sectors_initPeng Tao3-77/+8
2012-01-12pnfsblock: limit bio page countPeng Tao1-6/+11
2012-01-12pnfsblock: don't spinlock when freeing block_devPeng Tao1-7/+4
2012-01-12pnfsblock: clean up _add_entryPeng Tao1-7/+1
2012-01-12pnfsblock: set read/write tk_status to pnfs_errorPeng Tao1-1/+2
2012-01-12pnfsblock: acquire im_lock in _preload_rangePeng Tao1-5/+6
2012-01-12NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-01-12nfs: check for integer overflow in decode_devicenotify_args()Dan Carpenter1-0/+4
2012-01-12NFS: cleanup endian type in decode_ds_addr()Dan Carpenter1-1/+1
2012-01-12NFS: add an endian notationDan Carpenter1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-49/+134
2012-01-12cifs: integer overflow in parse_dacl()Dan Carpenter1-0/+2
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder1-0/+22
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil3-3/+37
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil1-2/+9
2012-01-12quota: Pass information that quota is stored in system file to userspaceJan Kara1-3/+5
2012-01-12fs: remove unneeded plug in mpage_readpages()Namjae Jeon1-4/+0
2012-01-11ceph: always initialize the dentry in open_root_dentry()Alex Elder1-4/+3
2012-01-11UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-11UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2012-01-11ext2: protect inode changes in the SETVERSION and SETFLAGS ioctlsDjalal Harouni1-6/+16
2012-01-11jbd: Issue cache flush after checkpointingJan Kara2-5/+26
2012-01-11GFS2: Fix nlink setting on inode creationSteven Whitehouse1-3/+1
2012-01-11GFS2: fail mount if journal recovery failsDavid Teigland2-1/+3
2012-01-11GFS2: let spectator mount do read only recoveryDavid Teigland3-2/+5
2012-01-11GFS2: Fix a use-after-free that coverity spottedBob Peterson1-1/+1
2012-01-11GFS2: dlm based recovery coordinationDavid Teigland9-42/+1096
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-73/+86
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2012-01-11Btrfs: fix possible deadlock when opening a seed deviceLi Zefan2-4/+7
2012-01-11Btrfs: update global block_rsv when creating a new block groupLi Zefan1-0/+1
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan1-71/+164
2012-01-11Btrfs: simplfy calculation of stripe length for discard operationLi Zefan1-64/+31
2012-01-11Btrfs: don't pre-allocate btrfs bioLi Zefan1-46/+21
2012-01-11Btrfs: don't pass a trans handle unnecessarily in volumes.cLi Zefan3-14/+9
2012-01-11Btrfs: reserve metadata space in btrfs_ioctl_setflags()Li Zefan1-1/+1
2012-01-11Btrfs: remove BUG_ON()s in btrfs_ioctl_setflags()Li Zefan1-4/+14
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan1-2/+7
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan1-3/+5
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan1-21/+20
2012-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Li Zefan33-2009/+6337
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+16
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds12-83/+587
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov3-4/+94
2012-01-10procfs: parse mount optionsVasiliy Kulikov3-2/+64
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+355
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov1-10/+10
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso1-7/+4
2012-01-10fs: binfmt_elf: create Kconfig variable for PIE randomizationDavid Daney2-1/+4
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2-0/+7
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2012-01-10mm: account reaped page cache on inode cache pruningKonstantin Khlebnikov1-0/+2
2012-01-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds13-460/+1068
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds11-233/+290
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds18-234/+423
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-10/+5
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds16-267/+877
2012-01-10hfsplus: creation of hidden dir on mount can failAl Viro1-2/+9
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds9-134/+98
2012-01-10block_dev: Suppress bdev_cache_init() kmemleak warninigSergey Senozhatsky1-8/+2
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-4/+11
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil1-1/+2
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil1-4/+2
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh1-1/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil2-30/+22
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o13-460/+1068
2012-01-10ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang1-4/+3
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro4-31/+27
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro3-15/+12
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-53/+62
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+17
2012-01-09dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11