Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-05-02ecryptfs: make use of ->free_inode()Al Viro
2019-05-02ceph: use ->free_inode()Al Viro
2019-05-02btrfs: use ->free_inode()Al Viro
2019-05-02afs: switch to use of ->free_inode()Al Viro
2019-05-02ntfs: switch to ->free_inode()Al Viro
2019-05-02ufs: switch to ->free_inode()Al Viro
2019-05-02coda: switch to ->free_inode()Al Viro
2019-05-02sysv: switch to ->free_inode()Al Viro
2019-05-02udf: switch to ->free_inode()Al Viro
2019-05-02ubifs: switch to ->free_inode()Al Viro
2019-05-02squashfs: switch to ->free_inode()Al Viro
2019-05-02romfs: convert to ->free_inode()Al Viro
2019-05-02reiserfs: convert to ->free_inode()Al Viro
2019-05-02qnx6: switch to ->free_inode()Al Viro
2019-05-02qnx4: switch to ->free_inode()Al Viro
2019-05-02procfs: switch to ->free_inode()Al Viro
2019-05-02openpromfs: switch to ->free_inode()Al Viro
2019-05-02ocfs2: switch to ->free_inode()Al Viro
2019-05-02dlmfs: switch to ->free_inode()Al Viro
2019-05-02nilfs2: switch to ->free_inode()Al Viro
2019-05-02nfs{,4}: switch to ->free_inode()Al Viro
2019-05-02minix: switch to ->free_inode()Al Viro
2019-05-02jffs2: switch to ->free_inode()Al Viro
2019-05-02isofs: switch to ->free_inode()Al Viro
2019-05-02hpfs: switch to ->free_inode()Al Viro
2019-05-02hostfs: switch to ->free_inode()Al Viro
2019-05-02hfsplus: switch to ->free_inode()Al Viro
2019-05-02hfs: switch to ->free_inode()Al Viro
2019-05-02gfs2: switch to ->free_inode()Al Viro
2019-05-02freevxfs: switch to ->free_inode()Al Viro
2019-05-02fat: switch to ->free_inode()Al Viro
2019-05-02f2fs: switch to ->free_inode()Al Viro
2019-05-02ext2: switch to ->free_inode()Al Viro
2019-05-02efs: switch to ->free_inode()Al Viro
2019-05-02debugfs: switch to ->free_inode()Al Viro
2019-05-02cifs: switch to ->free_inode()Al Viro
2019-05-02bdev: switch to ->free_inode()Al Viro
2019-05-02bfs: switch to ->free_inode()Al Viro
2019-05-02befs: switch to ->free_inode()Al Viro
2019-05-02affs: switch to ->free_inode()Al Viro
2019-05-02adfs: switch to ->free_inode()Al Viro
2019-05-029p: switch to ->free_inode()Al Viro
2019-05-02new inode method: ->free_inode()Al Viro
2019-04-10Merge branch 'fixes' into work.icacheAl Viro
2019-04-08Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-06hugetlbfs: fix memory leak for resv_mapMike Kravetz
2019-04-06Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05aio: use kmem_cache_free() instead of kfree()Wei Yongjun