aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron
2013-11-13debugfs: use list_next_entry() in debugfs_remove_recursive()Oleg Nesterov
2013-11-13cramfs: mark as obsoleteMichael Opdenacker
2013-11-13mm: factor commit limit calculationJerome Marchand
2013-11-13writeback: do not sync data dirtied after sync startJan Kara
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara
2013-11-13ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Younger Liu
2013-11-13ocfs2: break useless while loopJunxiao Bi
2013-11-13ocfs2: use find_last_bit()Akinobu Mita
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei
2013-11-13ocfs2: skip locks in the blocked listXue jiufei
2013-11-13ocfs2: use bitmap_weight()Akinobu Mita
2013-11-13ocfs2: don't spam on -EDQUOTJoel Becker
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang
2013-11-13fs/ocfs2/file.c: fix wrong commentJunxiao Bi
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-11-11ext4: add prototypes for macro-generated functionsAndreas Dilger
2013-11-11ext4: return non-zero st_blocks for inline dataAndreas Dilger
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie
2013-11-11Btrfs: avoid unnecessary scrub workers allocationWang Shilong
2013-11-11Btrfs: check file extent type before anything elseJosef Bacik
2013-11-11btrfs: Remove useless variable in write_ctree_super()Rashika
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11btrfs: Remove redundant local zero structureDulshani Gunawardhana
2013-11-11btrfs: Pack struct btrfs_deviceDulshani Gunawardhana
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika
2013-11-11btrfs: Add helper function for free_root_pointers()Rashika
2013-11-11Btrfs: fix a crash when running balance and defrag concurrentlyLiu Bo
2013-11-11Btrfs: do not run snapshot-aware defragment on errorLiu Bo
2013-11-11Btrfs: log recovery, don't unlink inode always on errorFilipe David Borba Manana
2013-11-11Btrfs: fix csum search offset/length calculation in log treeFilipe David Borba Manana